|
Xalan-C++ API Reference
1.12.0
|
#include <xalanc/PlatformSupport/ArenaBlockBase.hpp>
Public Types | |
| typedef ArenaBlockBase< ObjectType, SizeType > | ThisType |
| typedef XalanAllocator< ObjectType > | AllocatorType |
| typedef SizeType | size_type |
Public Member Functions | |
| MemoryManager & | getMemoryManager () |
| bool | blockAvailable () const |
| bool | isEmpty () const |
| size_type | getCountAllocated () const |
| size_type | getBlockSize () const |
| bool | ownsBlock (const ObjectType *theObject) const |
Protected Member Functions | |
| ArenaBlockBase (MemoryManager &theManager, size_type theBlockSize) | |
| ~ArenaBlockBase () | |
| bool | isInBorders (const ObjectType *theObject, size_type rightBoundary) const |
| size_type | getBlockOffset (const ObjectType *theObject) const |
| ObjectType * | getBlockAddress (size_type theOffset) const |
Protected Attributes | |
| AllocatorType | m_allocator |
| size_type | m_objectCount |
| const size_type | m_blockSize |
| ObjectType * | m_objectBlock |
Definition at line 107 of file ArenaBlockBase.hpp.
| typedef XalanAllocator<ObjectType> xalanc::ArenaBlockBase< ObjectType, SizeType >::AllocatorType |
Definition at line 116 of file ArenaBlockBase.hpp.
| typedef SizeType xalanc::ArenaBlockBase< ObjectType, SizeType >::size_type |
Definition at line 119 of file ArenaBlockBase.hpp.
| typedef ArenaBlockBase<ObjectType, SizeType> xalanc::ArenaBlockBase< ObjectType, SizeType >::ThisType |
Definition at line 111 of file ArenaBlockBase.hpp.
|
inlineprotected |
Definition at line 189 of file ArenaBlockBase.hpp.
|
inlineprotected |
Definition at line 202 of file ArenaBlockBase.hpp.
|
inline |
Definition at line 133 of file ArenaBlockBase.hpp.
|
inlineprotected |
Definition at line 267 of file ArenaBlockBase.hpp.
|
inlineprotected |
Definition at line 250 of file ArenaBlockBase.hpp.
|
inline |
Definition at line 168 of file ArenaBlockBase.hpp.
|
inline |
Definition at line 156 of file ArenaBlockBase.hpp.
|
inline |
Definition at line 122 of file ArenaBlockBase.hpp.
|
inline |
Definition at line 144 of file ArenaBlockBase.hpp.
|
inlineprotected |
Definition at line 217 of file ArenaBlockBase.hpp.
|
inline |
Definition at line 182 of file ArenaBlockBase.hpp.
|
protected |
Definition at line 275 of file ArenaBlockBase.hpp.
|
protected |
Definition at line 279 of file ArenaBlockBase.hpp.
|
protected |
Definition at line 281 of file ArenaBlockBase.hpp.
|
protected |
Definition at line 277 of file ArenaBlockBase.hpp.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sun May 31 2020 10:37:29 for Xalan-C++ API Reference by
1.8.17