Public Member Functions
testing::gmock_generated_function_mockers_test::StackInterface< T > Class Template Reference
Inheritance diagram for testing::gmock_generated_function_mockers_test::StackInterface< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual int GetSize () const =0
virtual const T & GetTop () const =0
virtual void Pop ()=0
virtual void Push (const T &value)=0
virtual ~StackInterface ()

Detailed Description

template<typename T>
class testing::gmock_generated_function_mockers_test::StackInterface< T >

Definition at line 374 of file gmock-generated-function-mockers_test.cc.


Constructor & Destructor Documentation

template<typename T >
virtual testing::gmock_generated_function_mockers_test::StackInterface< T >::~StackInterface ( ) [inline, virtual]

Definition at line 376 of file gmock-generated-function-mockers_test.cc.


Member Function Documentation

template<typename T >
virtual int testing::gmock_generated_function_mockers_test::StackInterface< T >::GetSize ( ) const [pure virtual]
template<typename T >
virtual const T& testing::gmock_generated_function_mockers_test::StackInterface< T >::GetTop ( ) const [pure virtual]
template<typename T >
virtual void testing::gmock_generated_function_mockers_test::StackInterface< T >::Pop ( ) [pure virtual]
template<typename T >
virtual void testing::gmock_generated_function_mockers_test::StackInterface< T >::Push ( const T &  value) [pure virtual]

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


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Sat Jun 8 2019 18:25:01