Class: ewol::SimpleConfigElement
Synopsis:
+ SimpleConfigElement (const std::string & _name);
+ ~SimpleConfigElement (void);
+ void parse (const std::string & value);
+ int32_t getInteger (void);
+ float getFloat (void);
+ std::string & getString (void);
Detail:
ewol::SimpleConfigElement ()
SimpleConfigElement(const std::string & _name);
ewol::~SimpleConfigElement ()
~SimpleConfigElement(void);
parse ()
void parse(const std::string & value);
getInteger ()
int32_t getInteger(void);
getFloat ()
float getFloat(void);
getString ()
std::string & getString(void);
ewol::SimpleConfigElement ()
SimpleConfigElement(const std::string & _name);
ewol::~SimpleConfigElement ()
~SimpleConfigElement(void);
parse ()
void parse(const std::string & value);
getInteger ()
int32_t getInteger(void);
getFloat ()
float getFloat(void);
getString ()
std::string & getString(void);