OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Attributes | List of all members
ossimArgumentParser::ossimParameter::ossimValueUnion Union Reference

#include <ossimArgumentParser.h>

Public Attributes

float * theFloat
 
double * theDouble
 
int * theInt
 
unsigned int * theUint
 
std::string * theString
 

Detailed Description

Definition at line 34 of file ossimArgumentParser.h.

Member Data Documentation

◆ theDouble

double* ossimArgumentParser::ossimParameter::ossimValueUnion::theDouble

Definition at line 37 of file ossimArgumentParser.h.

◆ theFloat

float* ossimArgumentParser::ossimParameter::ossimValueUnion::theFloat

Definition at line 36 of file ossimArgumentParser.h.

◆ theInt

int* ossimArgumentParser::ossimParameter::ossimValueUnion::theInt

Definition at line 38 of file ossimArgumentParser.h.

◆ theString

std::string* ossimArgumentParser::ossimParameter::ossimValueUnion::theString

Definition at line 40 of file ossimArgumentParser.h.

◆ theUint

unsigned int* ossimArgumentParser::ossimParameter::ossimValueUnion::theUint

Definition at line 39 of file ossimArgumentParser.h.


The documentation for this union was generated from the following file: