aimsdata 6.0.0
Neuroimaging data handling
aims::DefaultBSwapItemWriter< AimsBucketItem< T > > Class Template Reference

#include <aims/io/bckItemW.h>

Inheritance diagram for aims::DefaultBSwapItemWriter< AimsBucketItem< T > >:
Collaboration diagram for aims::DefaultBSwapItemWriter< AimsBucketItem< T > >:

Public Member Functions

 DefaultBSwapItemWriter ()
 
virtual ~DefaultBSwapItemWriter ()
 
virtual void write (std::ostream &is, const AimsBucketItem< T > &item) const
 
void write (std::ostream &, const Void *, size_t) const
 
void write (std::ostream &os, const int8_t *pitem, size_t n) const
 
void write (std::ostream &os, const uint8_t *pitem, size_t n) const
 
void write (std::ostream &os, const bool *pitem, size_t n) const
 
void write (std::ostream &os, const cfloat *pitem, size_t n) const
 
void write (std::ostream &os, const cdouble *pitem, size_t n) const
 
void write (std::ostream &os, const char *pitem, size_t n) const
 
 DefaultBSwapItemWriter ()
 
virtual ~DefaultBSwapItemWriter ()
 
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
 
void write (std::ostream &os, const int8_t *pitem, size_t n) const
 
void write (std::ostream &os, const uint8_t *pitem, size_t n) const
 
void write (std::ostream &os, const bool *pitem, size_t n) const
 
void write (std::ostream &os, const cfloat *pitem, size_t n) const
 
void write (std::ostream &os, const cdouble *pitem, size_t n) const
 
void write (std::ostream &os, const char *pitem, size_t n) 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 ()
 
- Public Member Functions inherited from aims::DefaultItemWriter< AimsBucketItem< T > >
 DefaultItemWriter ()
 
virtual ~DefaultItemWriter ()
 
virtual void write (std::ostream &is, const AimsBucketItem< T > *pitem, size_t n) const
 
virtual ItemWriter< AimsBucketItem< T > > * writer (const std::string &openmode="binar", bool bswap=false) const
 
void write (std::ostream &, const Void *, size_t) const
 
 DefaultItemWriter ()
 
virtual ~DefaultItemWriter ()
 
void write (std::ostream &, const Void *, size_t) const
 
virtual ItemWriter< T > * writer (const std::string &openmode="binar", bool bswap=false) const
 
- Public Member Functions inherited from aims::ItemWriter< AimsBucketItem< T > >
virtual ~ItemWriter ()
 

Detailed Description

template<class T>
class aims::DefaultBSwapItemWriter< AimsBucketItem< T > >

Definition at line 79 of file bckItemW.h.

Constructor & Destructor Documentation

◆ DefaultBSwapItemWriter() [1/2]

template<class T>
aims::DefaultBSwapItemWriter< AimsBucketItem< T > >::DefaultBSwapItemWriter ( )
inline

Definition at line 83 of file bckItemW.h.

References aims::DefaultItemWriter< AimsBucketItem< T > >::DefaultItemWriter().

Referenced by write().

◆ ~DefaultBSwapItemWriter() [1/2]

template<class T>
virtual aims::DefaultBSwapItemWriter< AimsBucketItem< T > >::~DefaultBSwapItemWriter ( )
inlinevirtual

Definition at line 84 of file bckItemW.h.

◆ DefaultBSwapItemWriter() [2/2]

aims::DefaultBSwapItemWriter< T >::DefaultBSwapItemWriter ( )
inline

Definition at line 88 of file defaultItemW.h.

◆ ~DefaultBSwapItemWriter() [2/2]

virtual aims::DefaultBSwapItemWriter< T >::~DefaultBSwapItemWriter ( )
inlinevirtual

Definition at line 89 of file defaultItemW.h.

Member Function Documentation

◆ write() [1/17]

void aims::DefaultBSwapItemWriter< Void >::write ( std::ostream & ,
const Void * ,
size_t  ) const
inline

Definition at line 247 of file defaultItemW.h.

◆ write() [2/17]

void aims::DefaultBSwapItemWriter< Void >::write ( std::ostream & ,
const Void * ,
size_t  ) const
inline

Definition at line 247 of file defaultItemW.h.

◆ write() [3/17]

template<class T>
void aims::DefaultBSwapItemWriter< AimsBucketItem< T > >::write ( std::ostream & is,
const AimsBucketItem< T > & item ) const
virtual

◆ write() [4/17]

void aims::DefaultBSwapItemWriter< bool >::write ( std::ostream & os,
const bool * pitem,
size_t n ) const
inline

Definition at line 271 of file defaultItemW.h.

◆ write() [5/17]

void aims::DefaultBSwapItemWriter< bool >::write ( std::ostream & os,
const bool * pitem,
size_t n ) const
inline

Definition at line 271 of file defaultItemW.h.

◆ write() [6/17]

void aims::DefaultBSwapItemWriter< cdouble >::write ( std::ostream & os,
const cdouble * pitem,
size_t n ) const
inline

Definition at line 293 of file defaultItemW.h.

◆ write() [7/17]

void aims::DefaultBSwapItemWriter< cdouble >::write ( std::ostream & os,
const cdouble * pitem,
size_t n ) const
inline

Definition at line 293 of file defaultItemW.h.

◆ write() [8/17]

void aims::DefaultBSwapItemWriter< cfloat >::write ( std::ostream & os,
const cfloat * pitem,
size_t n ) const
inline

Definition at line 279 of file defaultItemW.h.

◆ write() [9/17]

void aims::DefaultBSwapItemWriter< cfloat >::write ( std::ostream & os,
const cfloat * pitem,
size_t n ) const
inline

Definition at line 279 of file defaultItemW.h.

◆ write() [10/17]

void aims::DefaultBSwapItemWriter< char >::write ( std::ostream & os,
const char * pitem,
size_t n ) const
inline

Definition at line 310 of file defaultItemW.h.

◆ write() [11/17]

void aims::DefaultBSwapItemWriter< char >::write ( std::ostream & os,
const char * pitem,
size_t n ) const
inline

Definition at line 310 of file defaultItemW.h.

◆ write() [12/17]

void aims::DefaultBSwapItemWriter< int8_t >::write ( std::ostream & os,
const int8_t * pitem,
size_t n ) const
inline

Definition at line 254 of file defaultItemW.h.

◆ write() [13/17]

void aims::DefaultBSwapItemWriter< int8_t >::write ( std::ostream & os,
const int8_t * pitem,
size_t n ) const
inline

Definition at line 254 of file defaultItemW.h.

◆ write() [14/17]

virtual void aims::DefaultBSwapItemWriter< T >::write ( std::ostream & os,
const T & item ) const
inlinevirtual

Reimplemented from aims::DefaultItemWriter< T >.

Definition at line 91 of file defaultItemW.h.

◆ write() [15/17]

void aims::DefaultBSwapItemWriter< T >::write ( std::ostream & os,
const T * pitem,
size_t n ) const
inlinevirtual

Reimplemented from aims::DefaultItemWriter< T >.

Definition at line 93 of file defaultItemW.h.

◆ write() [16/17]

void aims::DefaultBSwapItemWriter< uint8_t >::write ( std::ostream & os,
const uint8_t * pitem,
size_t n ) const
inline

Definition at line 262 of file defaultItemW.h.

◆ write() [17/17]

void aims::DefaultBSwapItemWriter< uint8_t >::write ( std::ostream & os,
const uint8_t * pitem,
size_t n ) const
inline

Definition at line 262 of file defaultItemW.h.


The documentation for this class was generated from the following files: