![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
Command-Line parser class implementation. More...
#include <stdio.h>#include <unistd.h>#include <stdlib.h>#include <ctype.h>#include <iostream>#include <sstream>#include <string>#include <locale>#include <vector>#include <set>#include <map>#include "rnr/rnrconfig.h"#include "rnr/log.h"#include "rnr/appkit/CmdCore.h"Go to the source code of this file.
Namespaces | |
| rnr | |
| RoadNarrows Robotics. | |
| rnr::cmd | |
| Commands. | |
Functions | |
| const string | rnr::cmd::undefstring ("undef") |
| empty string | |
| bool | rnr::cmd::isIdentifier (const string &str) |
Command-Line parser class implementation.
Definition in file CmdCore.cxx.