proxygen
testing::gmock_generated_function_mockers_test::StackInterface< T > Class Template Referenceabstract
Inheritance diagram for testing::gmock_generated_function_mockers_test::StackInterface< T >:
testing::gmock_generated_function_mockers_test::MockStack< T > testing::gmock_generated_function_mockers_test::MockStack< T > testing::gmock_generated_function_mockers_test::MockStack< T >

Public Member Functions

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

Detailed Description

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

Definition at line 385 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 387 of file gmock-generated-function-mockers_test.cc.

References Push, T, and value.

387 {}
template<typename T >
virtual testing::gmock_generated_function_mockers_test::StackInterface< T >::~StackInterface ( )
inlinevirtual

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

References Push, T, and value.

387 {}
template<typename T >
virtual testing::gmock_generated_function_mockers_test::StackInterface< T >::~StackInterface ( )
inlinevirtual

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

References Push, T, and value.

387 {}

Member Function Documentation

template<typename T >
virtual int testing::gmock_generated_function_mockers_test::StackInterface< T >::GetSize ( ) const
pure virtual
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 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 >::Pop ( )
pure virtual
template<typename T >
virtual void testing::gmock_generated_function_mockers_test::StackInterface< T >::Push ( const T value)
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: