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

#include <iterator.h>

Public Types

typedef T::iterator IteratorType
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 53 of file iterator.h.

Member Typedef Documentation

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

Definition at line 54 of file iterator.h.

Member Function Documentation

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

Definition at line 55 of file iterator.h.

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

Definition at line 56 of file iterator.h.


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