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

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

Public Member Functions

 InSequence ()
 
 ~InSequence ()
 

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (InSequence)
 

Private Attributes

bool sequence_created_
 

Detailed Description

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

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

Constructor & Destructor Documentation

testing::InSequence::InSequence ( )

Definition at line 805 of file gmock-spec-builders.cc.

View newest version in sPHENIX GitHub at line 805 of file gmock-spec-builders.cc

References testing::internal::g_gmock_implicit_sequence, and sequence_created_.

Referenced by testing::internal::TypedExpectation< F >::InSequence().

+ Here is the caller graph for this function:

testing::InSequence::~InSequence ( )

Definition at line 816 of file gmock-spec-builders.cc.

View newest version in sPHENIX GitHub at line 816 of file gmock-spec-builders.cc

References testing::internal::g_gmock_implicit_sequence, and sequence_created_.

Member Function Documentation

testing::InSequence::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( InSequence  )
private

Member Data Documentation

bool testing::InSequence::sequence_created_
private

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

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

Referenced by InSequence(), and ~InSequence().


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