iRoCS Toolbox  1.1.0
Data Structures | Macros
CmdLine.hh File Reference
#include <config.hh>
#include "ArgIter.hh"
#include "CmdArg.hh"
#include "CmdArgs.hh"
#include "Errors.hh"
#include <iostream>
#include <list>
#include <string>
#include <cstddef>
#include "CmdLine.icc"
Include dependency graph for CmdLine.hh:

Go to the source code of this file.

Data Structures

class  CmdLine
 The CmdLine class is a parser for command line arguments. More...
 

Macros

#define LEFTMARGIN   5
 
#define MAXCOLS   120
 
#define STDCOLS   79
 

Macro Definition Documentation

◆ LEFTMARGIN

#define LEFTMARGIN   5

Definition at line 123 of file CmdLine.hh.

◆ STDCOLS

#define STDCOLS   79

Definition at line 124 of file CmdLine.hh.

◆ MAXCOLS

#define MAXCOLS   120

Definition at line 125 of file CmdLine.hh.