Template Class FieldNode#

Inheritance Relationships#

Base Type#

Class Documentation#

template<typename T>
class FieldNode : public Node<T>#

Public Functions

inline FieldNode(ConstXCDFField<T> field)#
inline virtual T operator[](unsigned index) const#
inline virtual unsigned GetSize() const#
inline virtual const std::string &GetName() const#
inline virtual bool HasParent() const#
inline virtual const std::string &GetParentName() const#
inline virtual bool HasGrandparent() const#
inline virtual const std::string &GetGrandparentName() const#
inline virtual unsigned GetParentIndex(unsigned index) const#