lsxml::BaseObject Struct Reference
Base class for all library objects.
More...
#include <lsxml.h>
Inheritance diagram for lsxml::BaseObject:
List of all members.
Detailed Description
Base class for all library objects.
Base class for all objects which require context allocation. This class simply overloads operator new so that it utilizes the current context's Allocate function. Operator delete is overloaded too, but since the memory management system disallows explicit deletion, it does nothing.
- See also:
- Context::Allocate
The documentation for this struct was generated from the following files:
- F:/Projects/lsxml/lsxml - Copy.hxx
- F:/Projects/lsxml/lsxml.h
Generated on Tue Sep 29 14:51:12 2009 for lsxml by
1.5.1-p1