#include <fields.h>
Inheritance diagram for GltFields:


Public Methods | |
| void | add (int &, const int max, const std::string *labels, const std::string &name) |
| Enum. | |
| void | add (const GltFieldPtr &field) |
| Add object with settings() member. | |
| template<class T> void | add (T *ptr, const int n, const std::string &name) |
| Add fixed-size array. | |
| template<class T> void | add (T &obj, void(T::*func)(void), const std::string &name, const bool output=false) |
| Add function. | |
| bool | reset () |
| void | merge (const GltFieldPtr &root) |
| Merge. | |
| bool | write (std::ostream &os, const std::string &prefix=std::string()) const |
Friends | |
| class | GltRegistry |
\clas GltFields
Definition at line 59 of file fields.h.
1.2.18