Go to the documentation of this file.
34 virtual const std::type_info&
vtype()
const = 0;
41 inline bool compare(
const std::type_info& tinf){
42 return vtype() == tinf;
44 template<
typename T>
inline bool compare()
const{
45 return vtype() ==
typeid(T);
47 template<
typename T>
inline bool compare(
const T& in)
const{
50 return vtype() ==
typeid(in);
53 return vtype().name();