#include <gmock_link_test.h>
◆ ~Interface()
virtual Interface::~Interface |
( |
| ) |
|
|
inlinevirtual |
◆ IntFromString()
virtual int Interface::IntFromString |
( |
char * |
str | ) |
|
|
pure virtual |
◆ IntRefFromString()
virtual int& Interface::IntRefFromString |
( |
char * |
str | ) |
|
|
pure virtual |
◆ StringFromString()
virtual char* Interface::StringFromString |
( |
char * |
str | ) |
|
|
pure virtual |
◆ VoidFromDouble()
virtual void Interface::VoidFromDouble |
( |
double |
n | ) |
|
|
pure virtual |
◆ VoidFromFloat()
virtual void Interface::VoidFromFloat |
( |
float |
n | ) |
|
|
pure virtual |
◆ VoidFromFunc()
virtual void Interface::VoidFromFunc |
( |
void(*)(char *str) |
func | ) |
|
|
pure virtual |
◆ VoidFromIntRef()
virtual void Interface::VoidFromIntRef |
( |
int & |
n | ) |
|
|
pure virtual |
◆ VoidFromString()
virtual void Interface::VoidFromString |
( |
char * |
str | ) |
|
|
pure virtual |
◆ VoidFromVector()
virtual void Interface::VoidFromVector |
( |
const std::vector< int > & |
v | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
- /workplace/avs-device-sdk/SampleApplications/IPCServerSampleApplication/ThirdParty/googletest-release-1.8.0/googlemock/test/gmock_link_test.h
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License, Version 2.0