| cartodata
    5.1.2
    | 
#include <cartodata/volume/volumebase.h>#include <soma-io/utilities/creator.h>#include <cartobase/smart/rcptr.h>#include <cartobase/type/datatypetraits.h>#include <iostream>

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... | |
| #define CARTO_VOLUME_AUTO_DEREFERENCE | 
Definition at line 47 of file volumeref.h.