Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
testing::gmock_function_mocker_test::StackInterface< T > Class Template Referenceabstract
Inheritance diagram for testing::gmock_function_mocker_test::StackInterface< T >:
testing::gmock_function_mocker_test::LegacyMockStack< T > testing::gmock_function_mocker_test::MockStack< T >

Public Member Functions

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

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