#include <GenericOption.h>
template<class OptionType>
class GenericOption< OptionType >
Definition at line 22 of file GenericOption.h.
◆ GenericOption()
template<class OptionType >
◆ ~GenericOption() [1/2]
template<class OptionType >
◆ ~GenericOption() [2/2]
◆ copy()
template<class OptionType >
◆ DeepEcho() [1/2]
template<class OptionType >
◆ DeepEcho() [2/2]
template<class OptionType >
◆ Echo()
template<class OptionType >
◆ Id()
template<class OptionType >
◆ ObjectEnum()
template<class OptionType >
◆ Get() [1/3]
template<class OptionType >
◆ Name()
template<class OptionType >
◆ Get() [2/3]
◆ Get() [3/3]
Definition at line 97 of file GenericOption.h.
99 int stringsize=strlen(this->
value)+1;
100 char* outstring=xNew<char>(stringsize);
101 xMemCpy<char>(outstring,this->
value,stringsize);
◆ name
template<class OptionType >
◆ value
template<class OptionType >
◆ size
template<class OptionType >
The documentation for this class was generated from the following file: