|
NexusCPP
3.5.0
|
#include <nxfile.h>

Public Member Functions | |
| NexusAttrInfo () | |
| Constructor. More... | |
| ~NexusAttrInfo () | |
| Destructor. More... | |
| const char * | AttrName () const |
| Accessors. More... | |
| int | Len () const |
| Returns len of attribute. More... | |
| NexusDataType | DataType () const |
| Returns type attribute data. More... | |
Protected Attributes | |
| char * | m_pszName |
| int | m_iLen |
| NexusDataType | m_eDataType |
| void * | m_pContext |
Friends | |
| class | NexusFileImpl |
NeXus Attribute info
This class is used to store info about founded attributes while browsing a group level
| nxcpp::NexusAttrInfo::NexusAttrInfo | ( | ) |
Constructor.
| nxcpp::NexusAttrInfo::~NexusAttrInfo | ( | ) |
Destructor.
|
inline |
Accessors.
Returns name of NeXus attribute
|
inline |
Returns type attribute data.
|
inline |
Returns len of attribute.
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.13