#include <registry.h>
Collaboration diagram for GltRegistry:

Public Methods | |
| GltRegistry () | |
| Constructor. | |
| ~GltRegistry () | |
| Destructor. | |
| void | set (const GltFieldPtr &root) |
| Set the root field for this registry. | |
| void | reset () |
| Reset this registry. | |
| void | clear () |
| Clear this registry. | |
| bool | write (std::ostream &os) const |
| Write registry state to output stream. | |
| bool | read (std::istream &os) |
| Read registry state from input stream. | |
| bool | write (const std::string &filename) const |
| Write registry state to output file. | |
| bool | read (const std::string &filename) |
| Read registry state from input file. | |
| bool | set (const std::string &name, const std::string &value) |
| Set registry field by name. | |
| bool | set (const std::string &settings) |
| Set registry fields from string buffer. | |
\clas GltRegistry
Definition at line 49 of file registry.h.
1.2.18