|
Sauce-0.10.1
A C++ Dependency Injection Framework
|
The TypeId derived class that acknowledges the hidden type. More...
#include <sauce/internal/type_id.h>
Public Member Functions | |
| void | throwOutOfScopeException () const |
| Throw an OutOfScopeException appropriate for the hidden type, assuming it is a Scope. More... | |
Public Member Functions inherited from sauce::internal::TypeId | |
| 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. More... | |
Friends | |
| TypeId | typeIdOf () |
| How one gets TypeIds. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from sauce::internal::TypeId | |
| TypeId (TypeSignature const &signature) | |
The TypeId derived class that acknowledges the hidden type.
|
inlinevirtual |
Throw an OutOfScopeException appropriate for the hidden type, assuming it is a Scope.
Reimplemented from sauce::internal::TypeId.
|
friend |
How one gets TypeIds.