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


Public Member Functions | |
| cmdLineStringArray (const char *name) | |
| ~cmdLineStringArray () | |
| 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 [Dim] |
Public Attributes inherited from cmdLineReadable | |
| bool | set |
| char * | name |
Definition at line 102 of file CmdLineParser.h.
| cmdLineStringArray< Dim >::cmdLineStringArray | ( | const char * | name | ) |
| cmdLineStringArray< Dim >::~cmdLineStringArray | ( | ) |
|
virtual |
Reimplemented from cmdLineReadable.
|
virtual |
Reimplemented from cmdLineReadable.
| char* cmdLineStringArray< Dim >::values[Dim] |
Definition at line 104 of file CmdLineParser.h.