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


Public Member Functions | |
| cmdLineInt (const char *name) | |
| cmdLineInt (const char *name, const int &v) | |
| 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 | |
| int | value |
Public Attributes inherited from cmdLineReadable | |
| bool | set |
| char * | name |
Definition at line 49 of file CmdLineParser.h.
| cmdLineInt::cmdLineInt | ( | const char * | name | ) |
Definition at line 64 of file CmdLineParser.cpp.
References value.
| cmdLineInt::cmdLineInt | ( | const char * | name, |
| const int & | v | ||
| ) |
Definition at line 65 of file CmdLineParser.cpp.
References value.
|
virtual |
Reimplemented from cmdLineReadable.
Definition at line 66 of file CmdLineParser.cpp.
References cmdLineReadable::set, and value.
|
virtual |
Reimplemented from cmdLineReadable.
Definition at line 74 of file CmdLineParser.cpp.
References value.
| int cmdLineInt::value |
Definition at line 51 of file CmdLineParser.h.
Referenced by cmdLineInt(), Execute(), read(), ShowUsage(), and writeValue().