11#ifndef wmtypewrapper_h
12#define wmtypewrapper_h
39 return mInfo.operator==(other.mInfo);
44 return mInfo.before(other.mInfo);
49 return mInfo.operator==(other);
53 const std::type_info& mInfo;
Definition: wmtypewrapper.h:21
bool operator==(const std::type_info &other) const
Definition: wmtypewrapper.h:47
bool operator==(const WmTypeWrapper &other) const
Definition: wmtypewrapper.h:37
WmTypeWrapper(const std::type_info &info)
Definition: wmtypewrapper.h:23
bool operator<(const WmTypeWrapper &other) const
Definition: wmtypewrapper.h:42
static WmTypeWrapper create()
retreive a WmTypeWrapper object wrapping VALUETYPE
Definition: wmtypewrapper.h:30