![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
Command line argument definition class interface. More...
#include <unistd.h>#include <stdlib.h>#include <stdio.h>#include <iostream>#include <string>#include <vector>#include "rnr/appkit/StringTheory.h"#include "rnr/appkit/RegEx.h"#include "rnr/appkit/CmdCore.h"#include "rnr/appkit/CmdExtArg.h"Go to the source code of this file.
Classes | |
| class | rnr::cmd::CmdArgDef |
| Command argument compiled definition class. More... | |
| struct | rnr::cmd::CmdArgDef::range |
| Number minimum and maximum (sub)range. More... | |
Namespaces | |
| rnr | |
| RoadNarrows Robotics. | |
| rnr::cmd | |
| Commands. | |
Typedefs | |
| typedef std::vector< CmdArgDef > | rnr::cmd::ArgDefVec |
| vector of argument defs | |
Command line argument definition class interface.
Definition in file CmdArgDef.h.