#include <Interp.h>
Public Member Functions | |
InterpTypes () | |
~InterpTypes () | |
Interp< Tx, Ty > * | get_interp_type (string str) |
void | set_interp_type (string str, Interp< Tx, Ty > *interp) |
Private Attributes | |
map< string, Interp< Tx, Ty > * > | _interp_types |
QDOS::InterpTypes< Tx, Ty >::InterpTypes | ( | ) | [inline] |
QDOS::InterpTypes< Tx, Ty >::~InterpTypes | ( | ) | [inline] |
Interp<Tx,Ty>* QDOS::InterpTypes< Tx, Ty >::get_interp_type | ( | string | str | ) | [inline] |
void QDOS::InterpTypes< Tx, Ty >::set_interp_type | ( | string | str, | |
Interp< Tx, Ty > * | interp | |||
) | [inline] |
map<string,Interp<Tx,Ty>*> QDOS::InterpTypes< Tx, Ty >::_interp_types [private] |