MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Iter< T > Class Template Referenceabstract

#include <veciter.h>

Inheritance diagram for Iter< T >:

Public Member Functions

virtual ~Iter (void)
 
virtual bool bGetFirst (T &TReturn) const =0
 
virtual bool bGetNext (T &TReturn) const =0
 

Detailed Description

template<class T>
class Iter< T >

Definition at line 52 of file veciter.h.

Constructor & Destructor Documentation

template<class T>
virtual Iter< T >::~Iter ( void  )
inlinevirtual

Definition at line 54 of file veciter.h.

54 { NO_OP; };
#define NO_OP
Definition: myassert.h:74

Member Function Documentation

template<class T>
virtual bool Iter< T >::bGetFirst ( T &  TReturn) const
pure virtual

Implemented in VecIter< T >, and VecIter< Elem * >.

template<class T>
virtual bool Iter< T >::bGetNext ( T &  TReturn) const
pure virtual

Implemented in VecIter< T >, and VecIter< Elem * >.


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