NeXus
1
|
Information about an attribute. More...
#include <bindings/cpp/NeXusFile.hpp>
Public Attributes | |
NXnumtype | type |
The primative type for the attribute. | |
unsigned | length |
The length of the attribute. | |
std::string | name |
The name of the attribute. |
Information about an attribute.
Definition at line 96 of file NeXusFile.hpp.
unsigned NeXus::AttrInfo::length |
The length of the attribute.
Definition at line 100 of file NeXusFile.hpp.
Referenced by NeXus::File::getAttr(), NeXus::File::getNextAttr(), NeXus::File::getStrAttr(), and NeXus::File::putAttr().
std::string NeXus::AttrInfo::name |
The name of the attribute.
Definition at line 102 of file NeXusFile.hpp.
Referenced by NeXus::File::getAttr(), NeXus::File::getAttrInfos(), NeXus::File::getNextAttr(), NeXus::File::hasAttr(), and NeXus::File::putAttr().
NXnumtype NeXus::AttrInfo::type |
The primative type for the attribute.
Definition at line 98 of file NeXusFile.hpp.
Referenced by NeXus::File::getAttr(), NeXus::File::getNextAttr(), NeXus::File::getStrAttr(), and NeXus::File::putAttr().