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 215 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 220 of file StringBuffer.h.

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

Constructor with an initial format string.

Parameters:
fmt Initial string value

Definition at line 232 of file StringBuffer.h.

References STRINGBUFFER_VAPPENDF.


The documentation for this class was generated from the following file:
Generated on Sat Sep 8 08:43:56 2007 for DTN Reference Implementation by  doxygen 1.5.3