FreePOOMA
2.4.1
|
#include <Inform.h>
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) | |
InformIterator & | operator= (const T &value) |
InformIterator & | operator* () |
InformIterator & | operator++ () |
InformIterator & | operator++ (int) |
typedef std::output_iterator_tag InformIterator< T >::iterator_category |
typedef void InformIterator< T >::value_type |
typedef void InformIterator< T >::difference_type |
typedef void InformIterator< T >::pointer |
typedef void InformIterator< T >::reference |
InformIterator< T >::InformIterator | ( | Inform & | s | ) | [inline] |
InformIterator< T >::InformIterator | ( | Inform & | s, |
const char * | d | ||
) | [inline] |
InformIterator& InformIterator< T >::operator= | ( | const T & | value | ) | [inline] |
InformIterator& InformIterator< T >::operator* | ( | ) | [inline] |
InformIterator& InformIterator< T >::operator++ | ( | ) | [inline] |
InformIterator& InformIterator< T >::operator++ | ( | int | ) | [inline] |