Xalan-C++ API Reference  1.12.0
Public Types | List of all members
xalanc::XalanListIteratorTraits< Value > Struct Template Reference

#include <xalanc/Include/XalanList.hpp>

Public Types

typedef Value value_type
 
typedef Value & reference
 
typedef Value * pointer
 

Detailed Description

template<class Value>
struct xalanc::XalanListIteratorTraits< Value >

Definition at line 47 of file XalanList.hpp.

Member Typedef Documentation

◆ pointer

template<class Value >
typedef Value* xalanc::XalanListIteratorTraits< Value >::pointer

Definition at line 51 of file XalanList.hpp.

◆ reference

template<class Value >
typedef Value& xalanc::XalanListIteratorTraits< Value >::reference

Definition at line 50 of file XalanList.hpp.

◆ value_type

template<class Value >
typedef Value xalanc::XalanListIteratorTraits< Value >::value_type

Definition at line 49 of file XalanList.hpp.


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