Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
testing::gmock_function_mocker_test::StackInterface< T > Class Template Referenceabstract
Inheritance diagram for testing::gmock_function_mocker_test::StackInterface< 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

Detailed Description

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

Definition at line 468 of file gmock-function-mocker_test.cc.

Constructor & Destructor Documentation

◆ ~StackInterface()

template<typename T>
virtual testing::gmock_function_mocker_test::StackInterface< T >::~StackInterface ( )
inlinevirtual

Definition at line 470 of file gmock-function-mocker_test.cc.

Member Function Documentation

◆ Push()

template<typename T>
virtual void testing::gmock_function_mocker_test::StackInterface< T >::Push ( const T & value)
pure virtual

◆ Pop()

template<typename T>
virtual void testing::gmock_function_mocker_test::StackInterface< T >::Pop ( )
pure virtual

◆ GetSize()

template<typename T>
virtual int testing::gmock_function_mocker_test::StackInterface< T >::GetSize ( ) const
pure virtual

◆ GetTop()

template<typename T>
virtual const T & testing::gmock_function_mocker_test::StackInterface< T >::GetTop ( ) const
pure virtual

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