19 #if !defined(XALANDOMSTRINGALLOCATOR_INCLUDE_GUARD_12455133)
20 #define XALANDOMSTRINGALLOCATOR_INCLUDE_GUARD_12455133
48 #if defined(XALAN_NO_DEFAULT_TEMPLATE_ARGUMENTS)
59 enum { eDefaultBlockSize = 32 };
89 const char* theString,
90 #
if defined(_MSC_VER) && (_MSC_VER <= 1300)
92 data_type_size_type theCount = data_type_size_type(-1));
94 data_type_size_type theCount = data_type_size_type(data_type::npos));
108 const data_type& theSource,
109 data_type_size_type theStartPosition = 0,
110 data_type_size_type theCount = data_type_size_type(data_type::npos));
122 const XalanDOMChar* theString,
123 data_type_size_type theCount = data_type_size_type(data_type::npos));
135 data_type_size_type theCount,
136 XalanDOMChar theChar);
144 return m_allocator.ownsObject(theObject);
164 return m_allocator.getBlockCount();
176 return m_allocator.getBlockSize();
188 return m_allocator.getMemoryManager();
200 return m_allocator.getMemoryManager();
212 ArenaAllocatorType m_allocator;
221 #endif // XALANDOMSTRINGALLOCATOR_INCLUDE_GUARD_12455133