Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | Public Member Functions | Public Attributes | List of all members
ReusableArenaBlock< ObjectType, SizeType >::NextBlock Struct Reference

#include <ReusableArenaBlock.hpp>

Public Types

enum  { VALID_OBJECT_STAMP = 0xffddffdd }
 

Public Member Functions

 NextBlock (size_type _next)
 
bool isValidFor (size_type rightBorder) const
 

Public Attributes

size_type next
 
const int verificationStamp
 

Detailed Description

template<class ObjectType, class SizeType = unsigned short>
struct ReusableArenaBlock< ObjectType, SizeType >::NextBlock

Definition at line 52 of file ReusableArenaBlock.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<class ObjectType, class SizeType = unsigned short>
anonymous enum
Enumerator
VALID_OBJECT_STAMP 

Definition at line 54 of file ReusableArenaBlock.hpp.

Constructor & Destructor Documentation

◆ NextBlock()

template<class ObjectType, class SizeType = unsigned short>
ReusableArenaBlock< ObjectType, SizeType >::NextBlock::NextBlock ( size_type  _next)
inline

Definition at line 59 of file ReusableArenaBlock.hpp.

Member Function Documentation

◆ isValidFor()

template<class ObjectType, class SizeType = unsigned short>
bool ReusableArenaBlock< ObjectType, SizeType >::NextBlock::isValidFor ( size_type  rightBorder) const
inline

Definition at line 66 of file ReusableArenaBlock.hpp.

Member Data Documentation

◆ next

template<class ObjectType, class SizeType = unsigned short>
size_type ReusableArenaBlock< ObjectType, SizeType >::NextBlock::next

Definition at line 56 of file ReusableArenaBlock.hpp.

◆ verificationStamp

template<class ObjectType, class SizeType = unsigned short>
const int ReusableArenaBlock< ObjectType, SizeType >::NextBlock::verificationStamp

Definition at line 57 of file ReusableArenaBlock.hpp.


The documentation for this struct was generated from the following file:

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo