Ginan
Loading...
Searching...
No Matches
ArbitraryKVP Struct Reference
Collaboration diagram for ArbitraryKVP:

Public Member Functions

 ArbitraryKVP (string name, const char *str)
 
 ArbitraryKVP (string name, string str)
 
 ArbitraryKVP (string name, double num)
 
 ArbitraryKVP (string name, int integer)
 
 ArbitraryKVP (string name, long int integer)
 
 ArbitraryKVP (string name, bool integer)
 
bool isBool () const
 
string value ()
 

Data Fields

string name
 
string str
 
double num = 0
 
long int integer = 0
 
int type = 0
 

Constructor & Destructor Documentation

◆ ArbitraryKVP() [1/6]

ArbitraryKVP::ArbitraryKVP ( string name,
const char * str )
inline

◆ ArbitraryKVP() [2/6]

ArbitraryKVP::ArbitraryKVP ( string name,
string str )
inline

◆ ArbitraryKVP() [3/6]

ArbitraryKVP::ArbitraryKVP ( string name,
double num )
inline

◆ ArbitraryKVP() [4/6]

ArbitraryKVP::ArbitraryKVP ( string name,
int integer )
inline

◆ ArbitraryKVP() [5/6]

ArbitraryKVP::ArbitraryKVP ( string name,
long int integer )
inline

◆ ArbitraryKVP() [6/6]

ArbitraryKVP::ArbitraryKVP ( string name,
bool integer )
inline

Member Function Documentation

◆ isBool()

bool ArbitraryKVP::isBool ( ) const
inline

◆ value()

string ArbitraryKVP::value ( )
inline

Field Documentation

◆ integer

long int ArbitraryKVP::integer = 0

◆ name

string ArbitraryKVP::name

◆ num

double ArbitraryKVP::num = 0

◆ str

string ArbitraryKVP::str

◆ type

int ArbitraryKVP::type = 0

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