Private Member Functions | |
void | member (int arg1, int arg2) |
void | member_to_be_called_in_branch (int arg1, int arg2) |
void | member_to_be_called_in_nested_branch (int arg1, int arg2) |
bool | predicate () |
bool | predicate_to_be_called_in_branch () |
Definition at line 2 of file test.cpp.
|
sample member. Definition at line 4 of file test.cpp. Referenced by testfn(). |
|
sample member 2. |
|
sample member 3. |
|
predicate Definition at line 14 of file test.cpp. Referenced by testfn(). |
|
predicate to be called inside branch Definition at line 17 of file test.cpp. Referenced by testfn(). |