AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
testing::gmock_more_actions_test::Foo Class Reference

Public Member Functions

 Foo ()
 
int Nullary () const
 
short Unary (long x)
 
string Binary (const 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)
 
string Concat7 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7)
 
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)
 
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)
 
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)
 

Constructor & Destructor Documentation

◆ Foo()

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

Member Function Documentation

◆ Binary()

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

◆ Concat10()

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

◆ Concat7()

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

◆ Concat8()

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

◆ Concat9()

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

◆ Nullary()

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

◆ SumOf4()

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

◆ SumOf5()

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

◆ SumOf6()

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

◆ SumOfLast2()

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

◆ Ternary()

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

◆ Unary()

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

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

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0