|
MoochoPack: Miscellaneous Utilities for MOOCHO
Version of the Day
|
Templated node class manipulating a reference to a target object who will have its options set.. More...
#include <OptionsFromStreamPack_SetOptionsToTargetBase.hpp>
<<std aggr>> stereotype members for target. | |
| void | set_target (T *target) |
| | |
| T * | get_target () |
| | |
| const T * | get_target () const |
| | |
| T & | target () |
| | |
| const T & | target () const |
| | |
Templated node class manipulating a reference to a target object who will have its options set..
Definition at line 53 of file OptionsFromStreamPack_SetOptionsToTargetBase.hpp.
| void OptionsFromStreamPack::SetOptionsToTargetBase< T >::set_target | ( | T * | target | ) | [inline] |
Definition at line 66 of file OptionsFromStreamPack_SetOptionsToTargetBase.hpp.
| T* OptionsFromStreamPack::SetOptionsToTargetBase< T >::get_target | ( | ) | [inline] |
Definition at line 69 of file OptionsFromStreamPack_SetOptionsToTargetBase.hpp.
| const T* OptionsFromStreamPack::SetOptionsToTargetBase< T >::get_target | ( | ) | const [inline] |
Definition at line 72 of file OptionsFromStreamPack_SetOptionsToTargetBase.hpp.
| T& OptionsFromStreamPack::SetOptionsToTargetBase< T >::target | ( | ) | [inline] |
Definition at line 75 of file OptionsFromStreamPack_SetOptionsToTargetBase.hpp.
| const T& OptionsFromStreamPack::SetOptionsToTargetBase< T >::target | ( | ) | const [inline] |
Definition at line 78 of file OptionsFromStreamPack_SetOptionsToTargetBase.hpp.
1.7.6.1