15 #ifndef _ADIOSAttribute_h
16 #define _ADIOSAttribute_h
21 #include <adios_read.h>
43 return *
reinterpret_cast<const T*
>(this->
Value);
52 template<>
const std::string Attribute::GetValue<std::string>()
const;
const int & GetId() const
const std::string & GetName(void) const
const ADIOS_DATATYPES & GetType() const
Attribute(ADIOS_FILE *f, int id)
static void TestEq(const T &expected, const T &actual, const std::string &msg="")