HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_PrimitiveFactory::iterator Class Reference

Class to traverse all primitive definitions in the factory. More...

#include <GA_PrimitiveFactory.h>

Public Member Functions

 iterator ()
 
 iterator (const iterator &src)
 
 ~iterator ()
 
iteratoroperator= (const iterator &src)
 
bool operator== (const iterator &src) const
 
bool operator!= (const iterator &cmp) const
 
bool atEnd () const
 
iteratoroperator++ ()
 
void rewind ()
 
void advance ()
 
const GA_PrimitiveDefinitiondef () const
 

Friends

class GA_PrimitiveFactory
 

Detailed Description

Class to traverse all primitive definitions in the factory.

Definition at line 119 of file GA_PrimitiveFactory.h.

Constructor & Destructor Documentation

GA_PrimitiveFactory::iterator::iterator ( void  )
inline

Definition at line 122 of file GA_PrimitiveFactory.h.

GA_PrimitiveFactory::iterator::iterator ( const iterator src)
inline

Definition at line 127 of file GA_PrimitiveFactory.h.

GA_PrimitiveFactory::iterator::~iterator ( )
inline

Definition at line 131 of file GA_PrimitiveFactory.h.

Member Function Documentation

void GA_PrimitiveFactory::iterator::advance ( )
inline

Definition at line 165 of file GA_PrimitiveFactory.h.

bool GA_PrimitiveFactory::iterator::atEnd ( ) const
inline

Definition at line 149 of file GA_PrimitiveFactory.h.

const GA_PrimitiveDefinition* GA_PrimitiveFactory::iterator::def ( ) const
inline

Definition at line 174 of file GA_PrimitiveFactory.h.

Definition at line 147 of file GA_PrimitiveFactory.h.

iterator& GA_PrimitiveFactory::iterator::operator++ ( )
inline

Definition at line 151 of file GA_PrimitiveFactory.h.

iterator& GA_PrimitiveFactory::iterator::operator= ( const iterator src)
inline

Definition at line 132 of file GA_PrimitiveFactory.h.

bool GA_PrimitiveFactory::iterator::operator== ( const iterator src) const
inline

Definition at line 139 of file GA_PrimitiveFactory.h.

void GA_PrimitiveFactory::iterator::rewind ( )
inline

Definition at line 153 of file GA_PrimitiveFactory.h.

Friends And Related Function Documentation

friend class GA_PrimitiveFactory
friend

Definition at line 184 of file GA_PrimitiveFactory.h.


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