![]() |
aimsdata
4.7.0
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 |
template<> | |
void | read (std::istream &, Void &) const |
template<> | |
void | read (std::istream &, Void *, size_t) const |
![]() | |
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 |
template<> | |
void | read (std::istream &, Void &) const |
template<> | |
void | read (std::istream &, Void *, size_t) const |
![]() | |
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.
References aims::DefaultItemReader< T >::read().
|
inlinevirtual |
Reimplemented from aims::DefaultItemReader< T >.
Definition at line 173 of file defaultItemR.h.
Referenced by aims::DefaultAsciiItemReader< std::list< T > >::read(), aims::DefaultAsciiItemReader< AimsBucketItem< T > >::read(), and aims::DefaultAsciiItemReader< std::vector< T > >::read().
|
inlinevirtual |
Reimplemented from aims::DefaultItemReader< T >.
Definition at line 181 of file defaultItemR.h.
References aims::DefaultItemReader< T >::read().
|
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.