soma-io  5.0.5
writer.h File Reference
Include dependency graph for writer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  soma::GenericWriter
 
class  soma::Writer< T >
 Generic writer for every format of Aims object. More...
 

Namespaces

 soma
 

Functions

template<class T >
soma::GenericWriteroperator<< (soma::GenericWriter &writer, const T &thing)
 
template<class T >
soma::Writer< T > & operator<< (soma::Writer< T > &writer, const T &thing)
 

Function Documentation

◆ operator<<() [1/2]

template<class T >
soma::GenericWriter& operator<< ( soma::GenericWriter writer,
const T &  thing 
)
inline

Definition at line 151 of file writer.h.

References soma::GenericWriter::write().

◆ operator<<() [2/2]

template<class T >
soma::Writer<T>& operator<< ( soma::Writer< T > &  writer,
const T &  thing 
)
inline

Definition at line 160 of file writer.h.

References soma::Writer< T >::write().