iRoCS Toolbox
1.1.0
|
#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"
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 |
#define LEFTMARGIN 5 |
Definition at line 123 of file CmdLine.hh.
#define STDCOLS 79 |
Definition at line 124 of file CmdLine.hh.
#define MAXCOLS 120 |
Definition at line 125 of file CmdLine.hh.