Xalan-C++ API Reference 1.12.0
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.

References next, Node(), prev, and value.

Referenced by Node().

Member Data Documentation

◆ next

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

Definition at line 183 of file XalanList.hpp.

Referenced by Node().

◆ prev

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

Definition at line 182 of file XalanList.hpp.

Referenced by Node().

◆ value

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

Definition at line 181 of file XalanList.hpp.

Referenced by Node().


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