#include <xalanc/XSLT/XalanElemEmptyAllocator.hpp>
Definition at line 41 of file XalanElemEmptyAllocator.hpp.
◆ ArenaAllocatorType
◆ data_type
◆ size_type
◆ XalanElemEmptyAllocator()
| xalanc::XalanElemEmptyAllocator::XalanElemEmptyAllocator |
( |
MemoryManager & |
theManager, |
|
|
size_type |
theBlockCount |
|
) |
| |
Construct an instance that will allocate blocks of the specified size.
- Parameters
-
| theBlockSize | The block size. |
◆ ~XalanElemEmptyAllocator()
| xalanc::XalanElemEmptyAllocator::~XalanElemEmptyAllocator |
( |
| ) |
|
◆ create() [1/2]
Construct an instance.
- Parameters
-
| constructionContext | The current construction context |
| stylesheetTree | The stylesheet containing element |
| elementName | The name of element. Can be 0. |
◆ create() [2/2]
Construct an instance.
- Parameters
-
| constructionContext | The current construction context |
| stylesheetTree | The stylesheet containing element |
| lineNumber | The line number in the document |
| columnNumber | The column number in the document |
| elementName | The name of element. Can be 0. |
- Returns
- A pointer to the new instance.
◆ destroy()
| bool xalanc::XalanElemEmptyAllocator::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 102 of file XalanElemEmptyAllocator.hpp.
◆ getBlockCount()
| size_type xalanc::XalanElemEmptyAllocator::getBlockCount |
( |
| ) |
const |
|
inline |
◆ getBlockSize()
| size_type xalanc::XalanElemEmptyAllocator::getBlockSize |
( |
| ) |
const |
|
inline |
◆ ownsObject()
| bool xalanc::XalanElemEmptyAllocator::ownsObject |
( |
const data_type * |
theObject | ) |
|
|
inline |
◆ reset()
| void xalanc::XalanElemEmptyAllocator::reset |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: