|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include <gmock_link_test.h>

Public Member Functions | |
| virtual | ~Interface () |
| virtual void | VoidFromString (char *str)=0 |
| virtual char * | StringFromString (char *str)=0 |
| virtual int | IntFromString (char *str)=0 |
| virtual int & | IntRefFromString (char *str)=0 |
| virtual void | VoidFromFunc (void(*func)(char *str))=0 |
| virtual void | VoidFromIntRef (int &n)=0 |
| virtual void | VoidFromFloat (float n)=0 |
| virtual void | VoidFromDouble (double n)=0 |
| virtual void | VoidFromVector (const std::vector< int > &v)=0 |
Definition at line 196 of file gmock_link_test.h.
|
inlinevirtual |
Definition at line 198 of file gmock_link_test.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |