15 #ifndef _ADIOSAttribute_h
16 #define _ADIOSAttribute_h
21 #include <adios_read.h>
34 const int&
GetId()
const;
35 const ADIOS_DATATYPES&
GetType()
const;
43 return *reinterpret_cast<const T*>(this->
Value);
52 template<>
const std::string Attribute::GetValue<std::string>()
const;
55 #endif // _ADIOSAttribute_h