
Public Member Functions | |
| WPXStringProperty (const WPXString &str) | |
| WPXStringProperty (const char *str) | |
| virtual int | getInt () const |
| virtual float | getFloat () const |
| virtual WPXString | getStr () const |
| virtual WPXProperty * | clone () const |
Private Attributes | |
| WPXString | m_str |
| WPXStringProperty::WPXStringProperty | ( | const WPXString & | str | ) |
| WPXStringProperty::WPXStringProperty | ( | const char * | str | ) |
| int WPXStringProperty::getInt | ( | ) | const [virtual] |
Implements WPXProperty.
| float WPXStringProperty::getFloat | ( | ) | const [virtual] |
Implements WPXProperty.
| WPXString WPXStringProperty::getStr | ( | ) | const [virtual] |
Implements WPXProperty.
| WPXProperty * WPXStringProperty::clone | ( | ) | const [virtual] |
Implements WPXProperty.
WPXString WPXStringProperty::m_str [private] |