API Docs for SAX and DOM
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
File Members
DomMemDebug Class Reference
#include <
DomMemDebug.hpp
>
List of all members.
Public Methods
DomMemDebug
()
~DomMemDebug
()
void
print
()
void
printDifference
(const DomMemDebug &other)
bool
operator==
(const DomMemDebug &other)
bool
operator!=
(const DomMemDebug &other)
void
operator=
(const DomMemDebug &other)
DOMMemDebug
()
~DOMMemDebug
()
void
print
()
void
printDifference
(const DOMMemDebug &other)
bool
operator==
(const DOMMemDebug &other)
bool
operator!=
(const DOMMemDebug &other)
bool
operator=
(const DOMMemDebug &other)
Public Attributes
int
liveStringHandles
int
totalStringHandles
int
liveStringBuffers
int
totalStringBuffers
int
liveNodeImpls
int
totalNodeImpls
int
liveNamedNodeMaps
int
totalNamedNodeMaps
Constructor & Destructor Documentation
DomMemDebug::DomMemDebug (
)
DomMemDebug::~DomMemDebug (
)
DomMemDebug::~DOMMemDebug (
)
Member Function Documentation
DomMemDebug::DOMMemDebug (
)
bool DomMemDebug::operator!= (
const DOMMemDebug &
other
)
bool DomMemDebug::operator!= (
const DomMemDebug &
other
)
bool DomMemDebug::operator= (
const DOMMemDebug &
other
)
void DomMemDebug::operator= (
const DomMemDebug &
other
)
bool DomMemDebug::operator== (
const DOMMemDebug &
other
)
bool DomMemDebug::operator== (
const DomMemDebug &
other
)
void DomMemDebug::print (
)
void DomMemDebug::print (
)
void DomMemDebug::printDifference (
const DOMMemDebug &
other
)
void DomMemDebug::printDifference (
const DomMemDebug &
other
)
Member Data Documentation
int DomMemDebug::liveNamedNodeMaps
int DomMemDebug::liveNodeImpls
int DomMemDebug::liveStringBuffers
int DomMemDebug::liveStringHandles
int DomMemDebug::totalNamedNodeMaps
int DomMemDebug::totalNodeImpls
int DomMemDebug::totalStringBuffers
int DomMemDebug::totalStringHandles
The documentation for this class was generated from the following files:
DomMemDebug.hpp
MemDebug.hpp
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.