#include <xalanc/XSLT/XalanElemTextAllocator.hpp>
Definition at line 41 of file XalanElemTextAllocator.hpp.
◆ ArenaAllocatorType
◆ data_type
◆ size_type
◆ XalanElemTextAllocator()
xalanc::XalanElemTextAllocator::XalanElemTextAllocator |
( |
MemoryManager & |
theManager, |
|
|
size_type |
theBlockCount |
|
) |
| |
Construct an instance that will allocate blocks of the specified size.
- Parameters
-
theBlockSize | The block size. |
◆ ~XalanElemTextAllocator()
xalanc::XalanElemTextAllocator::~XalanElemTextAllocator |
( |
| ) |
|
◆ create()
Construct an instance.
- Parameters
-
constructionContext | The current construction context |
stylesheetTree | The stylesheet containing element |
atts | The list of attributes for the element |
lineNumber | The line number in the document |
columnNumber | The column number in the document |
- Returns
- A pointer to the new instance.
◆ destroy()
bool xalanc::XalanElemTextAllocator::destroy |
( |
data_type * |
theObject | ) |
|
|
inline |
Destroy an instance previously created.
- Parameters
-
theObject | A pointer to the instance to destroy. |
- Returns
- true if the instance was destroyed, false if not.
Definition at line 89 of file XalanElemTextAllocator.hpp.
◆ getBlockCount()
size_type xalanc::XalanElemTextAllocator::getBlockCount |
( |
| ) |
const |
|
inline |
◆ getBlockSize()
size_type xalanc::XalanElemTextAllocator::getBlockSize |
( |
| ) |
const |
|
inline |
◆ ownsObject()
bool xalanc::XalanElemTextAllocator::ownsObject |
( |
const data_type * |
theObject | ) |
|
|
inline |
◆ reset()
void xalanc::XalanElemTextAllocator::reset |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: