#include <tool_option.hh>
Inherited by ToolOptionEnum, and ToolOptionNum< T, C >.
Public Types | |
| enum | Type { INT, FLOAT, ENUM } |
Public Member Functions | |
| const String & | GetKey () const |
| const String & | GetVerboseName () const |
| Type | GetType () const |
Protected Member Functions | |
| ToolOption (const String &key, const String &verbose_name, Type type) | |
Definition at line 35 of file tool_option.hh.
| enum Type |
| ToolOption | ( | const String & | key, | |
| const String & | verbose_name, | |||
| Type | type | |||
| ) | [protected] |
| const String& GetKey | ( | ) | const |
| Type GetType | ( | ) | const |
| const String& GetVerboseName | ( | ) | const |
1.5.8