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

#include <xalanc/Include/XalanMap.hpp>

Public Types

typedef Value value_type
 

Public Attributes

const typedef Value & reference
 
const typedef Value * pointer
 

Detailed Description

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

Definition at line 107 of file XalanMap.hpp.

Member Typedef Documentation

◆ value_type

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

Definition at line 109 of file XalanMap.hpp.

Member Data Documentation

◆ pointer

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

Definition at line 111 of file XalanMap.hpp.

◆ reference

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

Definition at line 110 of file XalanMap.hpp.


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