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

#include <iterator.h>

Public Types

typedef T::const_iterator IteratorType
 

Static Public Member Functions

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

Detailed Description

template<class T, bool Reverse>
struct Tf_IteratorInterface< const T, Reverse >

Definition at line 60 of file iterator.h.

Member Typedef Documentation

template<class T , bool Reverse>
typedef T::const_iterator Tf_IteratorInterface< const T, Reverse >::IteratorType

Definition at line 61 of file iterator.h.

Member Function Documentation

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

Definition at line 62 of file iterator.h.

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

Definition at line 63 of file iterator.h.


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