Xalan-C++ API Reference  1.12.0
Public Types | Public Member Functions | Public Attributes | List of all members
xalanc::ReusableArenaBlock< ObjectType, SizeType >::NextBlock Struct Reference

#include <xalanc/PlatformSupport/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 xalanc::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>
xalanc::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 xalanc::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 xalanc::ReusableArenaBlock< ObjectType, SizeType >::NextBlock::next

Definition at line 56 of file ReusableArenaBlock.hpp.

◆ verificationStamp

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

Definition at line 57 of file ReusableArenaBlock.hpp.


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