Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | List of all members
XalanDequeIteratorTraits< Value > Struct Template Reference

#include <XalanDeque.hpp>

Public Types

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

Detailed Description

template<class Value>
struct XalanDequeIteratorTraits< Value >

Definition at line 39 of file XalanDeque.hpp.

Member Typedef Documentation

◆ const_reference

template<class Value >
typedef const Value& XalanDequeIteratorTraits< Value >::const_reference

Definition at line 44 of file XalanDeque.hpp.

◆ pointer

template<class Value >
typedef Value* XalanDequeIteratorTraits< Value >::pointer

Definition at line 43 of file XalanDeque.hpp.

◆ reference

template<class Value >
typedef Value& XalanDequeIteratorTraits< Value >::reference

Definition at line 42 of file XalanDeque.hpp.

◆ value_type

template<class Value >
typedef Value XalanDequeIteratorTraits< Value >::value_type

Definition at line 41 of file XalanDeque.hpp.


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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo