Xmipp  v3.23.11-Nereus
Public Types | Public Member Functions | List of all members
testing::internal::ParamGeneratorInterface< T > Class Template Referenceabstract

#include <gtest-param-util.h>

Inheritance diagram for testing::internal::ParamGeneratorInterface< T >:
Inheritance graph
[legend]

Public Types

typedef T ParamType
 

Public Member Functions

virtual ~ParamGeneratorInterface ()
 
virtual ParamIteratorInterface< T > * Begin () const =0
 
virtual ParamIteratorInterface< T > * End () const =0
 

Detailed Description

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

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

Member Typedef Documentation

◆ ParamType

template<typename T>
typedef T testing::internal::ParamGeneratorInterface< T >::ParamType

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

Constructor & Destructor Documentation

◆ ~ParamGeneratorInterface()

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

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

174 {}

Member Function Documentation

◆ Begin()

template<typename T>
virtual ParamIteratorInterface<T>* testing::internal::ParamGeneratorInterface< T >::Begin ( ) const
pure virtual

◆ End()

template<typename T>
virtual ParamIteratorInterface<T>* testing::internal::ParamGeneratorInterface< T >::End ( ) const
pure virtual

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