ATLAS Offline Software
|
#include <HdfTuple.h>
Public Member Functions | |
virtual | ~IVariableFiller () |
virtual data_buffer_t | get_buffer () const =0 |
virtual H5::DataType | get_type () const =0 |
virtual std::string | name () const =0 |
Variable fillers.
A variable filler instance encloses several things: a function which harvests the output element, and the name and type of the input. In most cases you probably don't have to work with this directly, and can work with the VariableFillers
container below.
Definition at line 56 of file HdfTuple.h.
|
inlinevirtual |
Definition at line 59 of file HdfTuple.h.
|
pure virtual |
Implemented in H5Utils::internal::VariableFiller< T >.
|
pure virtual |
Implemented in H5Utils::internal::VariableFiller< T >.
|
pure virtual |
Implemented in H5Utils::internal::VariableFiller< T >.