CFEL - ASG Software Suite  2.5.0
CASS
Public Member Functions | Public Attributes | List of all members
cass::pp1002::entry_t Struct Reference

struct bundleing info for writing an entry to file More...

#include <hdf5_converter.h>

+ Collaboration diagram for cass::pp1002::entry_t:

Public Member Functions

 entry_t (const std::string &_name, const std::string &_groupname, const uint32_t _options, shared_pointer _proc)
 constructor More...
 

Public Attributes

std::string name
 name of the value in the file More...
 
std::string groupname
 group where the data will be written to More...
 
uint32_t options
 options for writing More...
 
shared_pointer proc
 processor holding the data to be written More...
 

Detailed Description

struct bundleing info for writing an entry to file

Author
Lutz Foucar

Definition at line 94 of file hdf5_converter.h.

Constructor & Destructor Documentation

cass::pp1002::entry_t::entry_t ( const std::string &  _name,
const std::string &  _groupname,
const uint32_t  _options,
shared_pointer  _proc 
)
inline

constructor

Parameters
_namethe name of the value in the file
_groupnamethe group where the data will be written to
_optionsthe options for writing
_procthe processor holding the data to be written

Definition at line 103 of file hdf5_converter.h.

Member Data Documentation

std::string cass::pp1002::entry_t::groupname

group where the data will be written to

Definition at line 114 of file hdf5_converter.h.

Referenced by cass::hdf5::WriteEntry::operator()(), and cass::hdf5::AppendEntry::operator()().

std::string cass::pp1002::entry_t::name

name of the value in the file

Definition at line 111 of file hdf5_converter.h.

Referenced by cass::hdf5::WriteEntry::operator()(), and cass::hdf5::AppendEntry::operator()().

uint32_t cass::pp1002::entry_t::options

options for writing

Definition at line 117 of file hdf5_converter.h.

Referenced by cass::hdf5::WriteEntry::operator()(), and cass::hdf5::AppendEntry::operator()().

shared_pointer cass::pp1002::entry_t::proc

processor holding the data to be written

Definition at line 120 of file hdf5_converter.h.

Referenced by cass::hdf5::WriteEntry::operator()(), and cass::hdf5::AppendEntry::operator()().


The documentation for this struct was generated from the following file: