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

#include <iterator.h>

Public Types

typedef T::reverse_iterator IteratorType
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 67 of file iterator.h.

Member Typedef Documentation

template<class T >
typedef T::reverse_iterator Tf_IteratorInterface< T, true >::IteratorType

Definition at line 68 of file iterator.h.

Member Function Documentation

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

Definition at line 69 of file iterator.h.

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

Definition at line 70 of file iterator.h.


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