|  | aimsdata
    5.1.2
    Neuroimaging data handling | 
#include <aims/io/defaultItemW.h>


| Public Member Functions | |
| DefaultAsciiItemWriter () | |
| virtual | ~DefaultAsciiItemWriter () | 
| virtual void | write (std::ostream &os, const T &item) const | 
| virtual void | write (std::ostream &os, const T *pitem, size_t n) const | 
| void | write (std::ostream &, const Void *, size_t) const | 
|  Public Member Functions inherited from aims::DefaultItemWriter< T > | |
| DefaultItemWriter () | |
| virtual | ~DefaultItemWriter () | 
| virtual ItemWriter< T > * | writer (const std::string &openmode="binar", bool bswap=false) const | 
| void | write (std::ostream &, const Void *, size_t) const | 
|  Public Member Functions inherited from aims::ItemWriter< T > | |
| virtual | ~ItemWriter () | 
Definition at line 73 of file defaultItemW.h.
| 
 | inline | 
Definition at line 76 of file defaultItemW.h.
| 
 | inlinevirtual | 
Definition at line 77 of file defaultItemW.h.
| 
 | inline | 
Definition at line 240 of file defaultItemW.h.
| 
 | inlinevirtual | 
Reimplemented from aims::DefaultItemWriter< T >.
Definition at line 159 of file defaultItemW.h.
Referenced by aims::DefaultAsciiItemWriter< AimsBucketItem< T > >::write(), aims::DefaultAsciiItemWriter< std::list< T > >::write(), and aims::DefaultAsciiItemWriter< std::vector< T > >::write().
| 
 | inlinevirtual | 
Reimplemented from aims::DefaultItemWriter< T >.
Definition at line 167 of file defaultItemW.h.