Xalan-C++ API Reference  1.12.0
Public Member Functions | Public Attributes | List of all members
xalanc::XalanList< Type >::Node Struct Reference

#include <xalanc/Include/XalanList.hpp>

Collaboration diagram for xalanc::XalanList< Type >::Node:
[legend]

Public Member Functions

 Node (const value_type &theValue, Node &prevNode, Node &nextNode)
 

Public Attributes

value_type value
 
Nodeprev
 
Nodenext
 

Detailed Description

template<class Type>
struct xalanc::XalanList< Type >::Node

Definition at line 169 of file XalanList.hpp.

Constructor & Destructor Documentation

◆ Node()

template<class Type >
xalanc::XalanList< Type >::Node::Node ( const value_type theValue,
Node prevNode,
Node nextNode 
)
inline

Definition at line 171 of file XalanList.hpp.

Member Data Documentation

◆ next

template<class Type >
Node* xalanc::XalanList< Type >::Node::next

Definition at line 183 of file XalanList.hpp.

◆ prev

template<class Type >
Node* xalanc::XalanList< Type >::Node::prev

Definition at line 182 of file XalanList.hpp.

◆ value

template<class Type >
value_type xalanc::XalanList< Type >::Node::value

Definition at line 181 of file XalanList.hpp.


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