Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
grpc_core::testing::CallChecker Class Reference

#include <call_checker.h>

Public Member Functions

 CallChecker (bool optional)
 
void Called ()
 
 ~CallChecker ()
 

Static Public Member Functions

static std::shared_ptr< CallCheckerMake ()
 
static std::shared_ptr< CallCheckerMakeOptional ()
 

Private Attributes

bool called_ = false
 
const bool optional_ = false
 

Detailed Description

Definition at line 32 of file call_checker.h.

Constructor & Destructor Documentation

◆ CallChecker()

grpc_core::testing::CallChecker::CallChecker ( bool  optional)
inlineexplicit

Definition at line 34 of file call_checker.h.

◆ ~CallChecker()

grpc_core::testing::CallChecker::~CallChecker ( )
inline

Definition at line 35 of file call_checker.h.

Member Function Documentation

◆ Called()

void grpc_core::testing::CallChecker::Called ( )
inline

Definition at line 39 of file call_checker.h.

◆ Make()

static std::shared_ptr<CallChecker> grpc_core::testing::CallChecker::Make ( )
inlinestatic

Definition at line 44 of file call_checker.h.

◆ MakeOptional()

static std::shared_ptr<CallChecker> grpc_core::testing::CallChecker::MakeOptional ( )
inlinestatic

Definition at line 48 of file call_checker.h.

Member Data Documentation

◆ called_

bool grpc_core::testing::CallChecker::called_ = false
private

Definition at line 53 of file call_checker.h.

◆ optional_

const bool grpc_core::testing::CallChecker::optional_ = false
private

Definition at line 54 of file call_checker.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:39