ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cmdLineString Class Reference

#include <CmdLineParser.h>

Inheritance diagram for cmdLineString:
Collaboration diagram for cmdLineString:

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
 

Detailed Description

Definition at line 84 of file CmdLineParser.h.

Constructor & Destructor Documentation

◆ cmdLineString()

cmdLineString::cmdLineString ( const char *  name)

Definition at line 100 of file CmdLineParser.cpp.

References NULL, and value.

◆ ~cmdLineString()

cmdLineString::~cmdLineString ( void  )

Definition at line 101 of file CmdLineParser.cpp.

References NULL, and value.

Member Function Documentation

◆ read()

int cmdLineString::read ( char **  argv,
int  argc 
)
virtual

Reimplemented from cmdLineReadable.

Definition at line 106 of file CmdLineParser.cpp.

References cmdLineReadable::set, and value.

◆ writeValue()

void cmdLineString::writeValue ( char *  str)
virtual

Reimplemented from cmdLineReadable.

Definition at line 116 of file CmdLineParser.cpp.

References value.

Member Data Documentation

◆ value

char* cmdLineString::value

Definition at line 86 of file CmdLineParser.h.

Referenced by cmdLineString(), Execute(), read(), SurfaceTrimmer(), writeValue(), and ~cmdLineString().


The documentation for this class was generated from the following files: