lsxml::BaseObject Struct Reference

Base class for all library objects. More...

#include <lsxml.h>

Inheritance diagram for lsxml::BaseObject:

lsxml::ManagedObject lsxml::ManagedObject lsxml::XmlAttribute< _Ty > lsxml::XmlAttribute< _Ty > lsxml::XmlNode< _Ty > lsxml::XmlNode< _Ty > lsxml::XmlReader< _Ty > lsxml::XmlReader< _Ty > lsxml::XmlString< _Ty > lsxml::XmlString< _Ty > lsxml::XmlWriter< _Ty > lsxml::XmlWriter< _Ty > 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:
Generated on Tue Sep 29 14:51:12 2009 for lsxml by  doxygen 1.5.1-p1