OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimArgumentParser.h>
Public Attributes | |
float * | theFloat |
double * | theDouble |
int * | theInt |
unsigned int * | theUint |
std::string * | theString |
Definition at line 34 of file ossimArgumentParser.h.
double* ossimArgumentParser::ossimParameter::ossimValueUnion::theDouble |
Definition at line 37 of file ossimArgumentParser.h.
float* ossimArgumentParser::ossimParameter::ossimValueUnion::theFloat |
Definition at line 36 of file ossimArgumentParser.h.
int* ossimArgumentParser::ossimParameter::ossimValueUnion::theInt |
Definition at line 38 of file ossimArgumentParser.h.
std::string* ossimArgumentParser::ossimParameter::ossimValueUnion::theString |
Definition at line 40 of file ossimArgumentParser.h.
unsigned int* ossimArgumentParser::ossimParameter::ossimValueUnion::theUint |
Definition at line 39 of file ossimArgumentParser.h.