| IntFromString(char *str)=0 | Interface | [pure virtual] |
| IntRefFromString(char *str)=0 | Interface | [pure virtual] |
| StringFromString(char *str)=0 | Interface | [pure virtual] |
| VoidFromDouble(double n)=0 | Interface | [pure virtual] |
| VoidFromFloat(float n)=0 | Interface | [pure virtual] |
| VoidFromFunc(void(*func)(char *str))=0 | Interface | [pure virtual] |
| VoidFromIntRef(int &n)=0 | Interface | [pure virtual] |
| VoidFromString(char *str)=0 | Interface | [pure virtual] |
| VoidFromVector(const std::vector< int > &v)=0 | Interface | [pure virtual] |
| ~Interface() | Interface | [inline, virtual] |