Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | Public Attributes | List of all members
XalanMap< Key, Value, KeyTraits, KeyConstructionTraits, ValueConstructionTraits >::Entry Struct Reference

#include <XalanMap.hpp>

Public Member Functions

 Entry (value_type *theValue)
 

Public Attributes

value_typevalue
 
bool erased
 

Detailed Description

template<class Key, class Value, class KeyTraits = XalanMapKeyTraits<Key>, class KeyConstructionTraits = MemoryManagedConstructionTraits<Key>, class ValueConstructionTraits = MemoryManagedConstructionTraits<Value>>
struct XalanMap< Key, Value, KeyTraits, KeyConstructionTraits, ValueConstructionTraits >::Entry

Definition at line 203 of file XalanMap.hpp.

Constructor & Destructor Documentation

◆ Entry()

template<class Key, class Value, class KeyTraits = XalanMapKeyTraits<Key>, class KeyConstructionTraits = MemoryManagedConstructionTraits<Key>, class ValueConstructionTraits = MemoryManagedConstructionTraits<Value>>
XalanMap< Key, Value, KeyTraits, KeyConstructionTraits, ValueConstructionTraits >::Entry::Entry ( value_type theValue)
inline

Definition at line 208 of file XalanMap.hpp.

Member Data Documentation

◆ erased

template<class Key, class Value, class KeyTraits = XalanMapKeyTraits<Key>, class KeyConstructionTraits = MemoryManagedConstructionTraits<Key>, class ValueConstructionTraits = MemoryManagedConstructionTraits<Value>>
bool XalanMap< Key, Value, KeyTraits, KeyConstructionTraits, ValueConstructionTraits >::Entry::erased

Definition at line 206 of file XalanMap.hpp.

◆ value

template<class Key, class Value, class KeyTraits = XalanMapKeyTraits<Key>, class KeyConstructionTraits = MemoryManagedConstructionTraits<Key>, class ValueConstructionTraits = MemoryManagedConstructionTraits<Value>>
value_type* XalanMap< Key, Value, KeyTraits, KeyConstructionTraits, ValueConstructionTraits >::Entry::value

Definition at line 205 of file XalanMap.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