![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <CmdLineParser.h>


Public Member Functions | |
| cmdLineStrings (const char *name, int Dim) | |
| ~cmdLineStrings (void) | |
| int | read (char **argv, int argc) |
| void | writeValue (char *str) |
Public Member Functions inherited from cmdLineReadable | |
| cmdLineReadable (const char *name) | |
| virtual | ~cmdLineReadable (void) |
Public Attributes | |
| char ** | values |
Public Attributes inherited from cmdLineReadable | |
| bool | set |
| char * | name |
Definition at line 92 of file CmdLineParser.h.
| cmdLineStrings::cmdLineStrings | ( | const char * | name, |
| int | Dim | ||
| ) |
Definition at line 124 of file CmdLineParser.cpp.
| cmdLineStrings::~cmdLineStrings | ( | void | ) |
Definition at line 130 of file CmdLineParser.cpp.
|
virtual |
Reimplemented from cmdLineReadable.
Definition at line 140 of file CmdLineParser.cpp.
References cmdLineReadable::set, and values.
|
virtual |
Reimplemented from cmdLineReadable.
Definition at line 154 of file CmdLineParser.cpp.
References values.
| char** cmdLineStrings::values |
Definition at line 95 of file CmdLineParser.h.
Referenced by cmdLineStrings(), read(), writeValue(), and ~cmdLineStrings().