appkit  1.5.1
RoadNarrows Robotics Application Kit
CmdArgDef.cxx File Reference

Command line argument definition 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/StringTheory.h"
#include "rnr/appkit/IOManip.h"
#include "rnr/appkit/RegEx.h"
#include "rnr/appkit/LogBook.h"
#include "rnr/appkit/CmdCore.h"
#include "rnr/appkit/CmdExtArg.h"
#include "rnr/appkit/CmdArgDef.h"

Go to the source code of this file.

Namespaces

 rnr
 RoadNarrows Robotics.
 
 rnr::cmd
 Commands.
 

Variables

static const string rnr::cmd::noliteral
 no literal string
 
static NameValuePair rnr::cmd::ArgTypeLookupTbl []
 Argument type - string symbol lookup table. More...
 
static NameValuePair rnr::cmd::ArgFlagLookupTbl []
 Argument flag modifiers - name lookup table. More...
 

Detailed Description

Command line argument definition class implementation.

Author
Robin Knight (robin.nosp@m..kni.nosp@m.ght@r.nosp@m.oadn.nosp@m.arrow.nosp@m.s.co.nosp@m.m)
Copyright
© 2016-2017. RoadNarrows LLC.
http://www.roadnarrows.com
All Rights Reserved
License:
MIT

Definition in file CmdArgDef.cxx.