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


Public Member Functions | |
| cmdLineString (const char *name) | |
| ~cmdLineString () | |
| 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 * | value |
Public Attributes inherited from cmdLineReadable | |
| bool | set |
| char * | name |
Definition at line 84 of file CmdLineParser.h.
| cmdLineString::cmdLineString | ( | const char * | name | ) |
Definition at line 100 of file CmdLineParser.cpp.
| cmdLineString::~cmdLineString | ( | void | ) |
Definition at line 101 of file CmdLineParser.cpp.
|
virtual |
Reimplemented from cmdLineReadable.
Definition at line 106 of file CmdLineParser.cpp.
References cmdLineReadable::set, and value.
|
virtual |
Reimplemented from cmdLineReadable.
Definition at line 116 of file CmdLineParser.cpp.
References value.
| char* cmdLineString::value |
Definition at line 86 of file CmdLineParser.h.
Referenced by cmdLineString(), Execute(), read(), SurfaceTrimmer(), writeValue(), and ~cmdLineString().