Xalan-C++ API Reference 1.12.0
xalanc::XalanListConstIteratorTraits< Value > Struct Template Reference

#include <xalanc/Include/XalanList.hpp>

Public Types

typedef Value value_type
 
typedef const Value & reference
 
typedef const Value * pointer
 

Detailed Description

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

Definition at line 55 of file XalanList.hpp.

Member Typedef Documentation

◆ pointer

template<class Value >
const Value* xalanc::XalanListConstIteratorTraits< Value >::pointer

Definition at line 59 of file XalanList.hpp.

◆ reference

template<class Value >
const Value& xalanc::XalanListConstIteratorTraits< Value >::reference

Definition at line 58 of file XalanList.hpp.

◆ value_type

template<class Value >
Value xalanc::XalanListConstIteratorTraits< Value >::value_type

Definition at line 57 of file XalanList.hpp.


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