getDouble() const | code::PolyType | |
getInt() const | code::PolyType | |
getLong() const | code::PolyType | |
getString() const | code::PolyType | |
getULong() const | code::PolyType | |
isNumeric() const | code::PolyType | [inline] |
modify(int i) | code::PolyType | |
modify(long l) | code::PolyType | |
modify(unsigned long ul) | code::PolyType | |
modify(double d) | code::PolyType | |
modify(const char *str) | code::PolyType | |
modify(const std::string str) | code::PolyType | |
modify(const PolyType &p) | code::PolyType | [inline] |
operator=(const PolyType &) | code::PolyType | |
PolyType(int i=0) | code::PolyType | |
PolyType(long l) | code::PolyType | |
PolyType(unsigned long ul) | code::PolyType | |
PolyType(double d) | code::PolyType | |
PolyType(const char *str) | code::PolyType | |
PolyType(const std::string &str) | code::PolyType | |
PolyType(const PolyType &) | code::PolyType | |
~PolyType() | code::PolyType | [inline, virtual] |