oasys::StaticStringBuffer< _sz > Class Template Reference

#include <StringBuffer.h>

Inheritance diagram for oasys::StaticStringBuffer< _sz >:

oasys::StringBuffer List of all members.

Detailed Description

template<size_t _sz>
class oasys::StaticStringBuffer< _sz >

Initially stack allocated StringBuffer, which handles the common cases where the StringBuffer is used to sprintf a bunch of stuff together.

Basically this is just syntactic sugar for passing the correct type of expandable buffer to the StringBuffer class.

Definition at line 186 of file StringBuffer.h.

Public Member Functions

 StaticStringBuffer ()
 Default constructor.
 StaticStringBuffer (const char *fmt,...)
 Constructor with an initial format string.


Constructor & Destructor Documentation

template<size_t _sz>
oasys::StaticStringBuffer< _sz >::StaticStringBuffer (  )  [inline]

Default constructor.

Definition at line 191 of file StringBuffer.h.

template<size_t _sz>
oasys::StaticStringBuffer< _sz >::StaticStringBuffer ( const char *  fmt,
  ... 
)

Constructor with an initial format string.

Parameters:
fmt Initial string value

Definition at line 203 of file StringBuffer.h.

References oasys::StringBuffer::vappendf().


The documentation for this class was generated from the following file:
Generated on Fri Dec 22 14:48:08 2006 for DTN Reference Implementation by  doxygen 1.5.1