#include <ReusableArenaBlock.hpp>
Public Types | |
enum | { VALID_OBJECT_STAMP = 0xffddffdd } |
Public Member Functions | |
NextBlock (size_type _next) | |
bool | isValidFor (size_type rightBorder) const |
Public Attributes | |
size_type | next |
const int | verificationStamp |
Definition at line 52 of file ReusableArenaBlock.hpp.
anonymous enum |
Enumerator | |
---|---|
VALID_OBJECT_STAMP |
Definition at line 54 of file ReusableArenaBlock.hpp.
|
inline |
Definition at line 59 of file ReusableArenaBlock.hpp.
|
inline |
Definition at line 66 of file ReusableArenaBlock.hpp.
size_type ReusableArenaBlock< ObjectType, SizeType >::NextBlock::next |
Definition at line 56 of file ReusableArenaBlock.hpp.
const int ReusableArenaBlock< ObjectType, SizeType >::NextBlock::verificationStamp |
Definition at line 57 of file ReusableArenaBlock.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|