class LocalScopeAllocator

LocalScopeAllocator allocates memory and free it when scope ends

Public Methods

LocalScopeAllocator( char**buf, int len )
virtual ~LocalScopeAllocator( )

Private Fields

char* _memArea

Documentation

LocalScopeAllocator allocates memory and free it when scope ends
LocalScopeAllocator( char**buf, int len )

virtual ~LocalScopeAllocator( )

char* _memArea


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++