class osg::ArgumentParser::Parameter


Public Classes

[more]enum ParameterType
[more]union ValueUnion

Public Methods

[more] Parameter(float& value)
[more] Parameter(double& value)
[more] Parameter(int& value)
[more] Parameter(unsigned int& value)
[more] Parameter(std::string& value)
[more]bool valid(const char* str) const
[more]bool assign(const char* str)

Protected Fields

[more]ParameterType _type
[more]ValueUnion _value


Documentation

oenum ParameterType

o FLOAT_PARAMETER

o DOUBLE_PARAMETER

o INT_PARAMETER

o UNSIGNED_INT_PARAMETER

o STRING_PARAMETER

ounion ValueUnion

ofloat* _float

odouble* _double

oint* _int

ounsigned int* _uint

ostd::string* _string

o Parameter(float& value)

o Parameter(double& value)

o Parameter(int& value)

o Parameter(unsigned int& value)

o Parameter(std::string& value)

obool valid(const char* str) const

obool assign(const char* str)

oParameterType _type

oValueUnion _value


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.