"...git@code.ornl.gov:mantidproject/mantid.git" did not exist on "90d0c7ebad67725280ba4c01c5a37431e2545eb8"
Newer
Older
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
*
* Created on: Oct 5, 2016
* Author: wfg
*/
#ifndef ATTRIBUTE_H_
#define ATTRIBUTE_H_
/// \cond EXCLUDE_FROM_DOXYGEN
#include <string>
/// \endcond
namespace adios
{
* Plain-old data struct that defines an attribute in an ADIOS group in Group.h
const char TypeID; ///< '0': string, '1': numeric
const std::string Value; ///< information about the attribute