FreePOOMA  2.4.1
Public Types | Public Member Functions
InformIterator< T > Class Template Reference

#include <Inform.h>

List of all members.

Public Types

typedef std::output_iterator_tag iterator_category
typedef void value_type
typedef void difference_type
typedef void pointer
typedef void reference

Public Member Functions

 InformIterator (Inform &s)
 InformIterator (Inform &s, const char *d)
InformIteratoroperator= (const T &value)
InformIteratoroperator* ()
InformIteratoroperator++ ()
InformIteratoroperator++ (int)

template<class T>
class InformIterator< T >


Member Typedef Documentation

template<class T >
typedef std::output_iterator_tag InformIterator< T >::iterator_category
template<class T >
typedef void InformIterator< T >::value_type
template<class T >
typedef void InformIterator< T >::difference_type
template<class T >
typedef void InformIterator< T >::pointer
template<class T >
typedef void InformIterator< T >::reference

Constructor & Destructor Documentation

template<class T >
InformIterator< T >::InformIterator ( Inform s) [inline]
template<class T >
InformIterator< T >::InformIterator ( Inform s,
const char *  d 
) [inline]

Member Function Documentation

template<class T >
InformIterator& InformIterator< T >::operator= ( const T &  value) [inline]
template<class T >
InformIterator& InformIterator< T >::operator* ( ) [inline]
template<class T >
InformIterator& InformIterator< T >::operator++ ( ) [inline]
template<class T >
InformIterator& InformIterator< T >::operator++ ( int  ) [inline]

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