|
gsystem
|
Functions | |
| SystemList | getSystems (const std::shared_ptr< GOptions > &gopts) |
| Build a list of systems from options. | |
| std::vector< GModifier > | getModifiers (const std::shared_ptr< GOptions > &gopts) |
| Build a list of volume modifiers from options. | |
| GOptions | defineOptions () |
| Define and return all option groups required by the gsystem module. | |
| GOptions gsystem::defineOptions | ( | ) |
Definition at line 72 of file gsystem_options.cc.
| gopts | Shared options/configuration instance. |
This reads the "gmodifier" option node and converts each entry into a GModifier.
Definition at line 54 of file gsystem_options.cc.
| SystemList gsystem::getSystems | ( | const std::shared_ptr< GOptions > & | gopts | ) |
| gopts | Shared options/configuration instance. |
This reads the "gsystem" option node. For each entry it extracts:
Definition at line 18 of file gsystem_options.cc.