#include <MagneticField/Interpolation/src/bstream_iterator.h>
Public Member Functions | |
bostream_iterator (binary_ofstream &s) | |
bostream_iterator & | operator * () |
bostream_iterator & | operator++ (int) |
bostream_iterator & | operator++ () |
bostream_iterator & | operator= (const T &t) |
Private Attributes | |
binary_ofstream * | stream_ |
Definition at line 58 of file bstream_iterator.h.
bostream_iterator< T >::bostream_iterator | ( | binary_ofstream & | s | ) | [inline] |
bostream_iterator& bostream_iterator< T >::operator * | ( | void | ) | [inline] |
bostream_iterator& bostream_iterator< T >::operator++ | ( | int | ) | [inline] |
bostream_iterator& bostream_iterator< T >::operator++ | ( | void | ) | [inline] |
bostream_iterator& bostream_iterator< T >::operator= | ( | const T & | t | ) | [inline] |
binary_ofstream* bostream_iterator< T >::stream_ [private] |
Definition at line 75 of file bstream_iterator.h.
Referenced by bostream_iterator< T >::operator=().