ContRap-Core
|
Class Option represents an option to call in a function. More...
#include <function.h>
Public Member Functions | |
Option (const std::string &name, const std::string &type, const std::string &value) | |
Creates a new option. | |
Option (const std::string &name, const std::string &type, const DPtr &value) | |
Creates a new option. | |
Data Fields | |
std::string | name |
Name of the option. | |
std::string | type |
Type of the option. | |
std::string | string_value |
String value. | |
DPtr | value |
Value of the option. |
crp::Option::Option | ( | const std::string & | name, |
const std::string & | type, | ||
const std::string & | value | ||
) | [inline] |
Creates a new option.
name | Name of the option |
type | Type of the option |
value | Value of the option |
crp::Option::Option | ( | const std::string & | name, |
const std::string & | type, | ||
const DPtr & | value | ||
) | [inline] |
Creates a new option.
name | Name of the option |
type | Type of the option |
value | Value of the option |
std::string crp::Option::name |
Name of the option.
std::string crp::Option::string_value |
String value.
std::string crp::Option::type |
Type of the option.
Value of the option.