Crazy Eddie's GUI System  0.8.2
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
CEGUI::PropertyHelper< T > Class Template Reference

Helper class used to convert various data types to and from the format expected in Propery strings. More...

Detailed Description

template<typename T>
class CEGUI::PropertyHelper< T >

Helper class used to convert various data types to and from the format expected in Propery strings.

Usage:

float value = PropertyHelper<float>::fromString("0.1"); String value = PropertyHelper<float>::toString(0.1);