class ObjectParam

Data for a single object parameter

Public Fields

string name
name of the object parameter
objptype type
type of the parameter
string value
value of the paramter

Public Methods

ObjectParam(string name, string value)
Constructor function which fills the data fields

Documentation

Data for a single object parameter. This class stores the data for one parameter of an object. The constructor also uses the value field to determine the type of the parameter and fills the type field accordingly.
ObjectParam(string name, string value)
Constructor function which fills the data fields. The type field is filled by examining the value field passed. If the value starts and ends with a double quote (") the parameter type is set to STRING and the quotes are removed. If a decimal point is found then the type is set to FLOAT, otherwise the type defaults to INT.

string name
name of the object parameter

string value
value of the paramter

objptype type
type of the parameter


This class has no child classes.
Author:
Roger Moore (moore@pa.msu.edu)

alphabetic index hierarchy of classes


This page has been generated automatically by doc++.

Copyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de