![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
Command line command form definition class interface. More...
#include <stdio.h>#include <unistd.h>#include <stdlib.h>#include <iostream>#include <string>#include <vector>#include "rnr/rnrconfig.h"#include "rnr/log.h"#include "rnr/appkit/IOManip.h"#include "rnr/appkit/CmdCore.h"#include "rnr/appkit/CmdArgDef.h"Go to the source code of this file.
Classes | |
| class | rnr::cmd::CmdFormDef |
| Compiled command form defintion class. More... | |
Namespaces | |
| rnr | |
| RoadNarrows Robotics. | |
| rnr::cmd | |
| Commands. | |
Typedefs | |
| typedef std::vector< CmdFormDef > | rnr::cmd::CmdFormDefVec |
| vector of command forms | |
Command line command form definition class interface.
Definition in file CmdFormDef.h.