|
virtual | ~FooInterface () |
|
virtual void | VoidReturning (int x)=0 |
|
virtual int | Nullary ()=0 |
|
virtual bool | Unary (int x)=0 |
|
virtual long | Binary (short x, int y)=0 |
|
virtual int | Decimal (bool b, char c, short d, int e, long f, float g, double h, unsigned i, char *j, const std::string &k)=0 |
|
virtual bool | TakesNonConstReference (int &n)=0 |
|
virtual std::string | TakesConstReference (const int &n)=0 |
|
virtual bool | TakesConst (const int x)=0 |
|
virtual int | OverloadedOnArgumentNumber ()=0 |
|
virtual int | OverloadedOnArgumentNumber (int n)=0 |
|
virtual int | OverloadedOnArgumentType (int n)=0 |
|
virtual char | OverloadedOnArgumentType (char c)=0 |
|
virtual int | OverloadedOnConstness ()=0 |
|
virtual char | OverloadedOnConstness () const =0 |
|
virtual int | TypeWithHole (int(*func)())=0 |
|
virtual int | TypeWithComma (const std::map< int, std::string > &a_map)=0 |
|
◆ ~FooInterface()
virtual testing::gmock_generated_function_mockers_test::FooInterface::~FooInterface |
( |
| ) |
|
|
inlinevirtual |
◆ Binary()
virtual long testing::gmock_generated_function_mockers_test::FooInterface::Binary |
( |
short | x, |
|
|
int | y ) |
|
pure virtual |
◆ Decimal()
virtual int testing::gmock_generated_function_mockers_test::FooInterface::Decimal |
( |
bool | b, |
|
|
char | c, |
|
|
short | d, |
|
|
int | e, |
|
|
long | f, |
|
|
float | g, |
|
|
double | h, |
|
|
unsigned | i, |
|
|
char * | j, |
|
|
const std::string & | k ) |
|
pure virtual |
◆ Nullary()
virtual int testing::gmock_generated_function_mockers_test::FooInterface::Nullary |
( |
| ) |
|
|
pure virtual |
◆ OverloadedOnArgumentNumber() [1/2]
virtual int testing::gmock_generated_function_mockers_test::FooInterface::OverloadedOnArgumentNumber |
( |
| ) |
|
|
pure virtual |
◆ OverloadedOnArgumentNumber() [2/2]
virtual int testing::gmock_generated_function_mockers_test::FooInterface::OverloadedOnArgumentNumber |
( |
int | n | ) |
|
|
pure virtual |
◆ OverloadedOnArgumentType() [1/2]
virtual char testing::gmock_generated_function_mockers_test::FooInterface::OverloadedOnArgumentType |
( |
char | c | ) |
|
|
pure virtual |
◆ OverloadedOnArgumentType() [2/2]
virtual int testing::gmock_generated_function_mockers_test::FooInterface::OverloadedOnArgumentType |
( |
int | n | ) |
|
|
pure virtual |
◆ OverloadedOnConstness() [1/2]
virtual char testing::gmock_generated_function_mockers_test::FooInterface::OverloadedOnConstness |
( |
| ) |
const |
|
pure virtual |
◆ OverloadedOnConstness() [2/2]
virtual int testing::gmock_generated_function_mockers_test::FooInterface::OverloadedOnConstness |
( |
| ) |
|
|
pure virtual |
◆ TakesConst()
virtual bool testing::gmock_generated_function_mockers_test::FooInterface::TakesConst |
( |
const int | x | ) |
|
|
pure virtual |
◆ TakesConstReference()
virtual std::string testing::gmock_generated_function_mockers_test::FooInterface::TakesConstReference |
( |
const int & | n | ) |
|
|
pure virtual |
◆ TakesNonConstReference()
virtual bool testing::gmock_generated_function_mockers_test::FooInterface::TakesNonConstReference |
( |
int & | n | ) |
|
|
pure virtual |
◆ TypeWithComma()
virtual int testing::gmock_generated_function_mockers_test::FooInterface::TypeWithComma |
( |
const std::map< int, std::string > & | a_map | ) |
|
|
pure virtual |
◆ TypeWithHole()
virtual int testing::gmock_generated_function_mockers_test::FooInterface::TypeWithHole |
( |
int(* | func )() | ) |
|
|
pure virtual |
◆ Unary()
virtual bool testing::gmock_generated_function_mockers_test::FooInterface::Unary |
( |
int | x | ) |
|
|
pure virtual |
◆ VoidReturning()
virtual void testing::gmock_generated_function_mockers_test::FooInterface::VoidReturning |
( |
int | x | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: