#include <ih.h>
Public Types | |
| enum | EType { UNKNOWN, JAVASCRIPT, DEFAULT } |
Public Methods | |
| Type () | |
| Type (std::string type, std::string name="", std::string command="") | |
| std::string | get_name () const |
| std::string | get_command () const |
| EType | get_type () const |
| bool | operator! () const |
| bool | is_valid () const |
Private Attributes | |
| EType | type |
| std::string | name |
| sub shell type. More... | |
| std::string | command |
| execution command. More... | |
| bool | valid |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
execution command.
|
|
|
sub shell type.
|
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001