14 using namespace kome::objects;
19 #define new new( _NORMAL_BLOCK, __FILE__, __LINE__ )
20 #define malloc( s ) _malloc_dbg( s, _NORMAL_BLOCK, __FILE__, __LINE__ )
50 std::string s(
NVL( name,
"" ) );
64 std::string s(
NVL( name,
"" ) );
Variant & getValue(const char *name)
gets parameter value
std::vector< std::string > m_parameters
std::map< std::string, Variant > m_parameterMap
unsigned int getNumberOfParameters()
gets the number of parameters
#define NVL(checkVal, replaceVal)
virtual ~Parameters()
destructor
class that treats data of various types
bool hasParameter(const char *name)
gets wheter there is parameter with the specified name.
const char * getName(unsigned int index)
gets parameter name
interfaces of Parameters class