HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tf_IteratorInterface< const T, true > Struct Template Reference

#include <iterator.h>

Public Types

typedef T::const_reverse_iterator IteratorType
 

Static Public Member Functions

static IteratorType Begin (T const &c)
 
static IteratorType End (T const &c)
 

Detailed Description

template<class T>
struct Tf_IteratorInterface< const T, true >

Definition at line 74 of file iterator.h.

Member Typedef Documentation

template<class T >
typedef T::const_reverse_iterator Tf_IteratorInterface< const T, true >::IteratorType

Definition at line 75 of file iterator.h.

Member Function Documentation

template<class T >
static IteratorType Tf_IteratorInterface< const T, true >::Begin ( T const c)
inlinestatic

Definition at line 76 of file iterator.h.

template<class T >
static IteratorType Tf_IteratorInterface< const T, true >::End ( T const c)
inlinestatic

Definition at line 77 of file iterator.h.


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