Alien  1.3.0
Developer documentation
Loading...
Searching...
No Matches
Alien::HDF5Base Struct Reference
Inheritance diagram for Alien::HDF5Base:
Collaboration diagram for Alien::HDF5Base:

Classes

struct  FileNode
class  StandardTypes

Public Types

enum  eFormatType { ASCII , HDF5 , SMART }

Public Member Functions

 HDF5Base (std::string const &name)

Public Attributes

std::string name
std::string xfile_name
std::string hfile_name
std::string format
eFormatType type
StandardTypes m_types
std::vector< double > rbuffer
std::vector< Int64 > i64buffer
std::vector< int > i32buffer

Detailed Description

Definition at line 19 of file HDF5Tools.h.

Member Enumeration Documentation

◆ eFormatType

enum Alien::HDF5Base::eFormatType

Definition at line 21 of file HDF5Tools.h.

Constructor & Destructor Documentation

◆ HDF5Base()

Alien::HDF5Base::HDF5Base ( std::string const & name)
inline

Definition at line 103 of file HDF5Tools.h.

Member Data Documentation

◆ format

std::string Alien::HDF5Base::format

Definition at line 114 of file HDF5Tools.h.

◆ hfile_name

std::string Alien::HDF5Base::hfile_name

Definition at line 113 of file HDF5Tools.h.

◆ i32buffer

std::vector<int> Alien::HDF5Base::i32buffer

Definition at line 125 of file HDF5Tools.h.

◆ i64buffer

std::vector<Int64> Alien::HDF5Base::i64buffer

Definition at line 124 of file HDF5Tools.h.

◆ m_types

StandardTypes Alien::HDF5Base::m_types

Definition at line 116 of file HDF5Tools.h.

◆ name

std::string Alien::HDF5Base::name

Definition at line 111 of file HDF5Tools.h.

◆ rbuffer

std::vector<double> Alien::HDF5Base::rbuffer

Definition at line 123 of file HDF5Tools.h.

◆ type

eFormatType Alien::HDF5Base::type

Definition at line 115 of file HDF5Tools.h.

◆ xfile_name

std::string Alien::HDF5Base::xfile_name

Definition at line 112 of file HDF5Tools.h.


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