Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::ExpectationSet Class Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-spec-builders.h>

+ Collaboration diagram for testing::ExpectationSet:

Public Types

typedef
Expectation::Set::const_iterator 
const_iterator
 
typedef
Expectation::Set::value_type 
value_type
 

Public Member Functions

 ExpectationSet ()
 
 ExpectationSet (internal::ExpectationBase &exp)
 
 ExpectationSet (const Expectation &e)
 
bool operator== (const ExpectationSet &rhs) const
 
bool operator!= (const ExpectationSet &rhs) const
 
ExpectationSetoperator+= (const Expectation &e)
 
int size () const
 
const_iterator begin () const
 
const_iterator end () const
 

Private Attributes

Expectation::Set expectations_
 

Detailed Description

Definition at line 563 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 563 of file gmock-spec-builders.h

Member Typedef Documentation

typedef Expectation::Set::const_iterator testing::ExpectationSet::const_iterator

Definition at line 566 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 566 of file gmock-spec-builders.h

typedef Expectation::Set::value_type testing::ExpectationSet::value_type

Definition at line 569 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 569 of file gmock-spec-builders.h

Constructor & Destructor Documentation

testing::ExpectationSet::ExpectationSet ( )
inline

Definition at line 572 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 572 of file gmock-spec-builders.h

testing::ExpectationSet::ExpectationSet ( internal::ExpectationBase exp)
inline

Definition at line 577 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 577 of file gmock-spec-builders.h

testing::ExpectationSet::ExpectationSet ( const Expectation e)
inline

Definition at line 584 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 584 of file gmock-spec-builders.h

References Acts::UnitConstants::e.

Member Function Documentation

const_iterator testing::ExpectationSet::begin ( void  ) const
inline

Definition at line 608 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 608 of file gmock-spec-builders.h

References expectations_.

Referenced by testing::internal::TypedExpectation< F >::After(), testing::internal::ExpectationBase::AllPrerequisitesAreSatisfied(), testing::internal::TypedExpectation< F >::ExplainMatchResultTo(), and testing::internal::ExpectationBase::RetireAllPreRequisites().

+ Here is the caller graph for this function:

const_iterator testing::ExpectationSet::end ( void  ) const
inline

Definition at line 609 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 609 of file gmock-spec-builders.h

References expectations_.

Referenced by testing::internal::TypedExpectation< F >::After(), testing::internal::ExpectationBase::AllPrerequisitesAreSatisfied(), testing::internal::TypedExpectation< F >::ExplainMatchResultTo(), and testing::internal::ExpectationBase::RetireAllPreRequisites().

+ Here is the caller graph for this function:

bool testing::ExpectationSet::operator!= ( const ExpectationSet rhs) const
inline

Definition at line 597 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 597 of file gmock-spec-builders.h

References check_smearing_config::rhs.

ExpectationSet& testing::ExpectationSet::operator+= ( const Expectation e)
inline

Definition at line 601 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 601 of file gmock-spec-builders.h

References expectations_.

bool testing::ExpectationSet::operator== ( const ExpectationSet rhs) const
inline

Definition at line 593 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 593 of file gmock-spec-builders.h

References expectations_.

int testing::ExpectationSet::size ( void  ) const
inline

Definition at line 606 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 606 of file gmock-spec-builders.h

References expectations_.

Member Data Documentation

Expectation::Set testing::ExpectationSet::expectations_
private

Definition at line 612 of file gmock-spec-builders.h.

View newest version in sPHENIX GitHub at line 612 of file gmock-spec-builders.h

Referenced by begin(), end(), operator+=(), operator==(), and size().


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