OSFI-C++
3.10.0
OpenSF Integration Library
|
This is the complete list of members for Parameter, including all inherited members.
delimitier | Parameter | static |
ElementType typedef | Parameter | |
fileExist() const | Parameter | |
getBooleanValue() const | Parameter | |
getDescription() const | Parameter | |
getDims() const | Parameter | |
getDims(const vector< int > &indexs) const | Parameter | |
getDoubleValue() const | Parameter | |
getElementType() const | Parameter | |
getFileValue() const | Parameter | |
getIntValue() const | Parameter | |
getLocalName() const | Parameter | |
getMatrixBoolean() const | Parameter | |
getMatrixDouble() const | Parameter | |
getMatrixFile() const | Parameter | |
getMatrixInt() const | Parameter | |
getMatrixString() const | Parameter | |
getMatrixTime() const | Parameter | |
getMax() const | Parameter | |
getMin() const | Parameter | |
getNdims() const | Parameter | |
getNode(const vector< int > &indexs) const | Parameter | |
getPath() const | Parameter | |
getRawValue() const | Parameter | |
getRootNode() const | Parameter | |
getStringValue() const | Parameter | |
getTimeValue() const | Parameter | |
getType() const | Parameter | |
getUnits() const | Parameter | |
getValue() | Parameter | |
getVectorBoolean() const | Parameter | |
getVectorBoolean(const vector< int > &indexs) const | Parameter | |
getVectorDouble() const | Parameter | |
getVectorDouble(const vector< int > &indexs) const | Parameter | |
getVectorFile() const | Parameter | |
getVectorFile(const vector< int > &indexs) const | Parameter | |
getVectorInt() const | Parameter | |
getVectorInt(const vector< int > &indexs) const | Parameter | |
getVectorString() const | Parameter | |
getVectorString(const vector< int > &indexs) const | Parameter | |
getVectorTime() const | Parameter | |
getVectorTime(const vector< int > &indexs) const | Parameter | |
isArray() const | Parameter | |
isLeaf(const vector< int > &indexs) const | Parameter | |
OSFI_DEPRECATED("Ambiguous function, instead use getLocalName or getPath") string getName() | Parameter | |
OSFI_DEPRECATED("Superseded by getElementType and isArray") int getParamType() | Parameter | |
Parameter(string aName, string aDescription, string aType, ArrayNode root, string aUnits, string aMin, string aMax, vector< int > dims) | Parameter | |
Parameter(string aName, string aDescription, string aType, string aValue) | Parameter | |
Parameter(string aName, string aDescription, string aType, string aValue, string aUnits, string aMin, string aMax, vector< int > dims) | Parameter | |
Parameter(string aName, string aMin, string aMax) | Parameter | |
Parameter() | Parameter | |
print() const | Parameter | |
setValue(string aValue) | Parameter | |
stringDelimitier | Parameter | static |