#include <BoundFunction.h> [code]
Definition at line 38 of file BoundFunction.h.
Public Member Functions | |
| BoundFunctionBase () | |
| virtual | ~BoundFunctionBase () |
| void | addExpectation (ExpectedFunctionBase *) |
| void | setContext (const std::string &expectationString_, const SourceLine &sourceLine_) |
| virtual void | call ()=0 |
| void | checkCalled () |
Protected Member Functions | |
| void | fail (const std::string &reason) |
| void | checkExpectations () |
Protected Attributes | |
| bool | wasCalled |
| std::string | expectationString |
| SourceLine | sourceLine |
Private Types | |
| typedef std::list< ExpectedFunctionBase * > | Expectations |
Private Attributes | |
| Expectations | expectations |
|
|
Definition at line 63 of file BoundFunction.h. |
|
|
Definition at line 29 of file BoundFunction.cpp. |
|
|
Definition at line 34 of file BoundFunction.cpp. |
|
|
Definition at line 53 of file BoundFunction.cpp. |
|
|
|
|
|
Definition at line 65 of file BoundFunction.cpp. |
|
|
Definition at line 58 of file BoundFunction.cpp. |
|
|
Definition at line 45 of file BoundFunction.cpp. |
|
||||||||||||
|
Definition at line 38 of file BoundFunction.cpp. |
|
|
Definition at line 64 of file BoundFunction.h. |
|
|
Definition at line 57 of file BoundFunction.h. |
|
|
Definition at line 58 of file BoundFunction.h. |
|
|
Definition at line 54 of file BoundFunction.h. |