|
Mantid
|
Information about an attribute. More...
#include <NexusFile_fwd.h>
Public Attributes | |
| std::size_t | length |
| The length of the attribute. | |
| std::string | name |
| The name of the attribute. | |
| NXnumtype | type |
| The primitive type for the attribute. | |
Information about an attribute.
Definition at line 138 of file NexusFile_fwd.h.
| std::size_t Mantid::Nexus::AttrInfo::length |
The length of the attribute.
Definition at line 142 of file NexusFile_fwd.h.
| std::string Mantid::Nexus::AttrInfo::name |
The name of the attribute.
Definition at line 144 of file NexusFile_fwd.h.
| NXnumtype Mantid::Nexus::AttrInfo::type |
The primitive type for the attribute.
Definition at line 140 of file NexusFile_fwd.h.