Xerces-C++
3.1.2
|
Utilities that must be implemented in a class-specific way. More...
Static Protected Member Functions | |
Initialization methods | |
static void | initializeTransService () |
Perform per-class allocationa and initialization of static data. More... | |
static void | initializeStaticData () |
static void | terminateStaticData () |
Perform per-class release of static data. More... | |
static void | terminateTransService () |
Friends | |
class | XMLPlatformUtils |
Utilities that must be implemented in a class-specific way.
This class contains methods that must be implemented by different classes that have static data (class or local) that they need to initialize when XMLPlatformUtils::Initialize is invoked.
|
staticprotected |
|
staticprotected |
Perform per-class allocationa and initialization of static data.
These functions should be called from XMLPlatformUtils::Initialize.
|
staticprotected |
Perform per-class release of static data.
These functions should be called from XMLPlatformUtils::Terminate.
|
staticprotected |
|
friend |