#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 |
|
virtual |
|
pure virtual |
|
pure virtual |
Implemented in WPXDoubleProperty, WPXIntProperty, and WPXStringProperty.
|
pure virtual |
Implemented in WPXDoubleProperty, WPXIntProperty, and WPXStringProperty.
|
pure virtual |