#include <WPXProperty.h>
Public Member Functions | |
virtual | ~WPXProperty () |
virtual int | getInt () const =0 |
virtual double | getDouble () const =0 |
virtual WPXString | getStr () const =0 |
virtual WPXProperty * | clone () const =0 |
WPXProperty::~WPXProperty | ( | ) | [virtual] |
virtual int WPXProperty::getInt | ( | ) | const [pure virtual] |
Implemented in WPXStringProperty, WPXIntProperty, and WPXDoubleProperty.
virtual double WPXProperty::getDouble | ( | ) | const [pure virtual] |
Implemented in WPXStringProperty, WPXIntProperty, and WPXDoubleProperty.
virtual WPXString WPXProperty::getStr | ( | ) | const [pure virtual] |
virtual WPXProperty* WPXProperty::clone | ( | ) | const [pure virtual] |