soma-io 6.0.6
writer.h File Reference
#include <soma-io/config/soma_config.h>
#include <cartobase/object/object.h>
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

namespace  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 150 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 150 of file writer.h.