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


| Public Member Functions | |
| DefaultAsciiItemReader () | |
| virtual | ~DefaultAsciiItemReader () | 
| virtual void | read (std::istream &is, T &item) const | 
| virtual void | read (std::istream &is, T *pitem, size_t n) const | 
| void | read (const std::string &istring, T &item) const | 
| void | read (const std::string &istring, T *pitem, size_t n) const | 
| void | read (std::istream &, Void &) const | 
| void | read (std::istream &, Void *, size_t) const | 
|  Public Member Functions inherited from aims::DefaultItemReader< T > | |
| DefaultItemReader () | |
| virtual | ~DefaultItemReader () | 
| virtual ItemReader< T > * | reader (const std::string &openmode="binar", bool bswap=false) const | 
| void | read (const std::string &istring, T &item) const | 
| void | read (const std::string &istring, T *pitem, size_t n) const | 
| void | read (std::istream &, Void &) const | 
| void | read (std::istream &, Void *, size_t) const | 
|  Public Member Functions inherited from aims::ItemReader< T > | |
| virtual | ~ItemReader () | 
| void | read (const std::string &istring, T &item) const | 
| void | read (const std::string &istring, T *pitem, size_t n) const | 
Definition at line 74 of file defaultItemR.h.
| 
 | inline | 
Definition at line 77 of file defaultItemR.h.
| 
 | inlinevirtual | 
Definition at line 78 of file defaultItemR.h.
| 
 | inline | 
Definition at line 82 of file defaultItemR.h.
References aims::ItemReader< T >::read().
| 
 | inline | 
Definition at line 84 of file defaultItemR.h.
References aims::ItemReader< T >::read().
| 
 | inline | 
Definition at line 259 of file defaultItemR.h.
| 
 | inline | 
Definition at line 265 of file defaultItemR.h.
| 
 | inlinevirtual | 
Reimplemented from aims::DefaultItemReader< T >.
Definition at line 173 of file defaultItemR.h.
Referenced by aims::DefaultAsciiItemReader< AimsBucketItem< T > >::read(), aims::DefaultAsciiItemReader< std::list< T > >::read(), and aims::DefaultAsciiItemReader< std::vector< T > >::read().
| 
 | inlinevirtual | 
Reimplemented from aims::DefaultItemReader< T >.
Definition at line 181 of file defaultItemR.h.