Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XMLBufferMgr Class ReferenceThere are many places where XMLBuffer objects are needed.
More...
#include <XMLBufferMgr.hpp>
Collaboration diagram for XMLBufferMgr:
List of all members.
Detailed Description
There are many places where XMLBuffer objects are needed.
In order to avoid either constantly creating and destroying them or maintaining a fixed set and worrying about accidental reuse, a buffer manager can provide a pool of buffers which can be temporarily used and then put back into the pool. This provides a good compromise between performance and easier maintenance.
Constructor & Destructor Documentation
XMLBufferMgr::XMLBufferMgr (
|
)
|
|
XMLBufferMgr::~XMLBufferMgr (
|
)
|
|
Member Function Documentation
void XMLBufferMgr::releaseBuffer (
|
XMLBuffer & toRelease )
|
|
The documentation for this class was generated from the following file:
|