cartodata  5.0.5
volumeref.h File Reference
Include dependency graph for volumeref.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  carto::VolumeRef< T >
 Convenient handle for a Volume - this is normally the entry point for all volumes handling. More...
 
class  carto::DataTypeCode< VolumeRef< T > >
 
class  carto::Creator< VolumeRef< T > >
 

Namespaces

 carto
 

Macros

#define CARTO_VOLUME_AUTO_DEREFERENCE
 

Functions

template<typename T >
std::ostream & carto::operator<< (const carto::VolumeOStream &out, const carto::rc_ptr< carto::VolumeRef< T > > &volume)
 
template<typename T >
std::ostream & carto::operator<< (std::ostream &out, const carto::rc_ptr< carto::Volume< T > > &volume)
 Volumes are printable to standard output streams. More...
 
template<typename T >
void carto::displayRefVolumes (const carto::VolumeRef< T > &vol)
 Display information about volume hierarchy. More...
 

Macro Definition Documentation

◆ CARTO_VOLUME_AUTO_DEREFERENCE

#define CARTO_VOLUME_AUTO_DEREFERENCE

Definition at line 50 of file volumeref.h.