Sauce-0.10.1
A C++ Dependency Injection Framework
|
A TypeSignature equipped with specific helper methods dealing in the hidden type. More...
#include <sauce/internal/type_id.h>
Public Member Functions | |
bool | operator== (TypeId const &id) const |
bool | operator!= (TypeId const &id) const |
bool | operator< (TypeId const &id) const |
virtual void | throwOutOfScopeException () const |
Throw an OutOfScopeException appropriate for the hidden type, assuming it is a Scope. | |
Protected Member Functions | |
TypeId (TypeSignature const &signature) | |
A TypeSignature equipped with specific helper methods dealing in the hidden type.