#include <define.h>
Inheritance diagram for DefineOpen::Parameter::
Public Types | |
enum | Type { STRING, TYPE } |
Public Methods | |
Parameter () | |
Parameter (std::string v, Type t) | |
Parameter (std::string v, Type t, std::string default_value) | |
Public Attributes | |
std::string | value |
std::string | default_value |
bool | has_default |
Type | type |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|