class: ewol::resource::SimpleConfigElement


Constructor and Destructor:

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

Synopsis:

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

Detail:

m_paramName

+ std::string m_paramName;



SimpleConfigElement

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



~SimpleConfigElement

+  ~SimpleConfigElement (void );



parse

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



getInteger

+ int32_t getInteger (void );



getFloat

+ float getFloat (void );



getString

+ std::string & getString (void );