Base of adapters for the "translation" to typeless stub objects. More...

Public Member Functions | |
| virtual String | describeTo (String &buffer) const |
| Appends the description of this object to the buffer. | |
Protected Member Functions | |
| TypelessStubAdapterBase (typename TypelessStub< R >::AP tm, bool in_delete) | |
| Creates the object. | |
| virtual | ~TypelessStubAdapterBase () |
| Destroys the object. | |
Protected Attributes | |
| TypelessStub< R > * | stubber |
| internal shared member | |
| bool | do_delete |
| internal shared member | |
Base of adapters for the "translation" to typeless stub objects.
Definition at line 79 of file TypelessStub.h.
| mockpp::TypelessStubAdapterBase< R, I >::TypelessStubAdapterBase | ( | typename TypelessStub< R >::AP | tm, | |
| bool | in_delete | |||
| ) | [inline, protected] |
Creates the object.
| tm | pointer to stub object | |
| in_delete | true: delete stub when the object is destroyed |
Definition at line 87 of file TypelessStub.h.
| virtual String mockpp::TypelessStubAdapterBase< R, I >::describeTo | ( | String & | buffer | ) | const [inline, virtual] |
Appends the description of this object to the buffer.
| buffer | The buffer that the description is appended to. |
Implements mockpp::SelfDescribing.
Definition at line 107 of file TypelessStub.h.
1.6.1