cmdline.h File Reference
#include <selforg/configurable.h>
#include <vector>
Go to the source code of this file.
Typedef Documentation
Function Documentation
| void changeParams |
( |
ConfigList & |
configs, |
|
|
void(*)() |
onTerminate = 0 | |
|
) |
| | |
Asks the user for changing a parameter of the configurable objects.
| void cmd_handler_init |
( |
|
) |
|
| bool control_c_pressed |
( |
|
) |
|
| void showParams |
( |
const ConfigList & |
configs, |
|
|
FILE * |
file = 0, |
|
|
const char * |
lineprefix = 0 | |
|
) |
| | |
Shows the values of all parameters of the given configurable objects.
| std::vector<string> splitString |
( |
const std::string & |
str, |
|
|
char |
seperator | |
|
) |
| | |