#include <lsxml.h>
Inheritance diagram for lsxml::StackContext< Size >:
Public Types | |
enum | { NumBytes = Size + BlockObjSize } |
enum | { NumBytes = Size + BlockObjSize } |
Public Member Functions | |
StackContext () | |
Constructor. | |
~StackContext () | |
Destructor. |
This class represents a context which, instead of allocating memory blocks on the heap, uses a fixed size stack buffer. The size of the buffer is controlled by the Size template parameter
Size | number of bytes to reserve on the stack |
anonymous enum |
anonymous enum |