Public Member Functions | List of all members
testing::gmock_generated_function_mockers_test::StackInterface< T > Class Template Referenceabstract
Inheritance diagram for testing::gmock_generated_function_mockers_test::StackInterface< T >:
Inheritance graph
[legend]

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 ( )
inlinevirtual

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 Tue Jan 19 2021 03:12:10