MMCore
10.1.1
|
#include <Configuration.h>
Public Member Functions | |
PropertyPair (const char *prop, const char *value) | |
std::string | getPropertyName () const |
std::string | getPropertyValue () const |
Property pair defined as doublet: property - value.
|
inline |
Constructor for the struct specifying the entire contents.
prop | |
value |
|
inline |
Returns the property name.
Referenced by PropertyBlock::addPair(), and CMMCore::saveSystemConfiguration().
|
inline |
Returns the property value.
Referenced by CMMCore::saveSystemConfiguration().