#include <SGParameter.hpp>
Inheritance diagram for SGParamDir:


Public Member Functions | |
| SGParam * | List () |
| The list of the subordinated parameters. | |
| SGParamDir (char *name, SGParam *the_tl, SGParam *the_sub_dir) | |
| Constructor. | |
A directory of parameters is itself a parameter. For this, SGParamDir is derived from SGParam. An object of SGParamDir references the list of the subordinated parameters (i.e. the parameters in this directory).
Constructor.
| [in] | name | The name of the directory |
| [in] | the_tl | The next parameter |
| [in] | the_sub_dir | The list of subordinated parameters |
| SGParam* SGParamDir::List | ( | ) | [inline] |
The list of the subordinated parameters.
1.5.2