|
| class | _ByValue_Settings |
| | This is used as a function parameter when the underlying function receives Settings by value. Usage:
|
| class | _InOptConst_Settings |
| | This is used for optional parameters of class Settings with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Settings. Usage:
|
| class | _InOptMut_Settings |
| | This is used for optional parameters of class Settings with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Settings. Usage:
|
| class | Const_Settings |
| | Generated from class MR.SceneSave.Settings. Derived classes: Direct: (non-virtual) MR.ObjectSave.Settings This is the const half of the class.
|
| class | Settings |
| | Generated from class MR.SceneSave.Settings. Derived classes: Direct: (non-virtual) MR.ObjectSave.Settings This is the non-const half of the class. More...
|
The documentation for this class was generated from the following file: