Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
testing::gmock_more_actions_test::Foo Class Reference

Public Member Functions

 Foo ()
 
int Nullary () const
 
short Unary (long x)
 
std::string Binary (const std::string &str, char c) const
 
int Ternary (int x, bool y, char z)
 
int SumOf4 (int a, int b, int c, int d) const
 
int SumOfLast2 (Unused, Unused, int a, int b) const
 
int SumOf5 (int a, int b, int c, int d, int e)
 
int SumOf6 (int a, int b, int c, int d, int e, int f)
 
std::string Concat7 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7)
 
std::string Concat8 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8)
 
std::string Concat9 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8, const char *s9)
 
std::string Concat10 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8, const char *s9, const char *s10)
 

Private Attributes

int value_
 

Detailed Description

Definition at line 173 of file gmock-more-actions_test.cc.

Constructor & Destructor Documentation

testing::gmock_more_actions_test::Foo::Foo ( )
inline

Definition at line 175 of file gmock-more-actions_test.cc.

Member Function Documentation

int testing::gmock_more_actions_test::Foo::Nullary ( ) const
inline

Definition at line 177 of file gmock-more-actions_test.cc.

short testing::gmock_more_actions_test::Foo::Unary ( long  x)
inline

Definition at line 179 of file gmock-more-actions_test.cc.

std::string testing::gmock_more_actions_test::Foo::Binary ( const std::string &  str,
char  c 
) const
inline

Definition at line 181 of file gmock-more-actions_test.cc.

int testing::gmock_more_actions_test::Foo::Ternary ( int  x,
bool  y,
char  z 
)
inline

Definition at line 183 of file gmock-more-actions_test.cc.

int testing::gmock_more_actions_test::Foo::SumOf4 ( int  a,
int  b,
int  c,
int  d 
) const
inline

Definition at line 185 of file gmock-more-actions_test.cc.

int testing::gmock_more_actions_test::Foo::SumOfLast2 ( Unused  ,
Unused  ,
int  a,
int  b 
) const
inline

Definition at line 189 of file gmock-more-actions_test.cc.

int testing::gmock_more_actions_test::Foo::SumOf5 ( int  a,
int  b,
int  c,
int  d,
int  e 
)
inline

Definition at line 191 of file gmock-more-actions_test.cc.

int testing::gmock_more_actions_test::Foo::SumOf6 ( int  a,
int  b,
int  c,
int  d,
int  e,
int  f 
)
inline

Definition at line 193 of file gmock-more-actions_test.cc.

std::string testing::gmock_more_actions_test::Foo::Concat7 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7 
)
inline

Definition at line 197 of file gmock-more-actions_test.cc.

std::string testing::gmock_more_actions_test::Foo::Concat8 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7,
const char *  s8 
)
inline

Definition at line 203 of file gmock-more-actions_test.cc.

std::string testing::gmock_more_actions_test::Foo::Concat9 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7,
const char *  s8,
const char *  s9 
)
inline

Definition at line 209 of file gmock-more-actions_test.cc.

std::string testing::gmock_more_actions_test::Foo::Concat10 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7,
const char *  s8,
const char *  s9,
const char *  s10 
)
inline

Definition at line 215 of file gmock-more-actions_test.cc.

Member Data Documentation

int testing::gmock_more_actions_test::Foo::value_
private

Definition at line 223 of file gmock-more-actions_test.cc.


The documentation for this class was generated from the following file: