19 #if !defined(XTOKENNUMBERADAPTERALLOCATOR_INCLUDE_GUARD_1357924680)
20 #define XTOKENNUMBERADAPTERALLOCATOR_INCLUDE_GUARD_1357924680
56 MemoryManager& theMemoryManager,
69 create(
const XToken& theXToken);
83 return m_allocator.ownsObject(theObject);
101 return m_allocator.getBlockCount();
112 return m_allocator.getBlockSize();
120 return m_allocator.getMemoryManager();
124 XTokenNumberAdapterAllocator(
const XTokenNumberAdapterAllocator&);
126 XTokenNumberAdapterAllocator&
127 operator=(
const XTokenNumberAdapterAllocator&);
130 ArenaAllocatorType m_allocator;
139 #endif // XTOKENNUMBERADAPTERALLOCATOR_INCLUDE_GUARD_1357924680