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

#include <xalanc/Include/XalanMap.hpp>

Public Types

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

Detailed Description

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

Definition at line 107 of file XalanMap.hpp.

Member Typedef Documentation

template<class Value >
typedef const Value* xalanc::XalanMapConstIteratorTraits< Value >::pointer

Definition at line 111 of file XalanMap.hpp.

template<class Value >
typedef const Value& xalanc::XalanMapConstIteratorTraits< Value >::reference

Definition at line 110 of file XalanMap.hpp.

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

Definition at line 109 of file XalanMap.hpp.


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