Static Public Member Functions | Public Attributes

ThirtyTwoCharacterSizer Class Reference

an example sizer that allows strings of up to 31 characters (so the buffer itself is 32 characters) More...

#include <fixed-buffer.h>

List of all members.

Static Public Member Functions

static int getBufferSize (void) throw ()

Public Attributes

char buffer [32]

Detailed Description

an example sizer that allows strings of up to 31 characters (so the buffer itself is 32 characters)

Definition at line 169 of file fixed-buffer.h.


Member Function Documentation

static int ThirtyTwoCharacterSizer::getBufferSize ( void   )  throw () [inline, static]

Definition at line 171 of file fixed-buffer.h.


Member Data Documentation

Definition at line 172 of file fixed-buffer.h.


The documentation for this class was generated from the following file: