Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
testing::internal::ParamIteratorInterface< T > Class Template Referenceabstract

#include <gtest-param-util.h>

Inheritance diagram for testing::internal::ParamIteratorInterface< T >:

Public Member Functions

virtual ~ParamIteratorInterface ()
virtual const ParamGeneratorInterface< T > * BaseGenerator () const =0
virtual void Advance ()=0
virtual ParamIteratorInterfaceClone () const =0
virtual const TCurrent () const =0
virtual bool Equals (const ParamIteratorInterface &other) const =0

Detailed Description

template<typename T>
class testing::internal::ParamIteratorInterface< T >

Definition at line 93 of file gtest-param-util.h.

Constructor & Destructor Documentation

◆ ~ParamIteratorInterface()

template<typename T>
virtual testing::internal::ParamIteratorInterface< T >::~ParamIteratorInterface ( )
inlinevirtual

Definition at line 95 of file gtest-param-util.h.

Member Function Documentation

◆ BaseGenerator()

◆ Advance()

◆ Clone()

◆ Current()

◆ Equals()


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