Class: ewol::resource::SimpleConfigElement


Constructor and Destructor:

+                 SimpleConfigElement  (const std::string & _name);
+ ~SimpleConfigElement (void);

Synopsis:

+  void           parse                (const std::string & value);
+ int32_t getInteger (void);
+ float getFloat (void);
+ std::string & getString (void);

Description:

/** * @not-in-doc */

Detail:

ewol::resource::SimpleConfigElement ()

SimpleConfigElement(const std::string & _name);



ewol::resource::~SimpleConfigElement ()

~SimpleConfigElement(void);



parse ()

void parse(const std::string & value);



getInteger ()

int32_t getInteger(void);



getFloat ()

float getFloat(void);



getString ()

std::string & getString(void);