NeXus  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes
NeXus::AttrInfo Struct Reference

Information about an attribute. More...

#include <bindings/cpp/NeXusFile.hpp>

Collaboration diagram for NeXus::AttrInfo:
Collaboration graph

List of all members.

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.

Detailed Description

Information about an attribute.

Definition at line 96 of file NeXusFile.hpp.


Member Data Documentation

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
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().


The documentation for this struct was generated from the following file: