Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
ConstructionCounting Struct Reference

Public Member Functions

 ConstructionCounting ()
 
 ConstructionCounting ()
 
 ConstructionCounting (const ConstructionCounting &)
 
 ConstructionCounting (const ConstructionCounting &)
 
 ConstructionCounting (ConstructionCounting &&) noexcept
 
 ConstructionCounting (ConstructionCounting &&) noexcept
 
ConstructionCountingoperator= (const ConstructionCounting &)
 
ConstructionCountingoperator= (const ConstructionCounting &)
 
ConstructionCountingoperator= (ConstructionCounting &&) noexcept
 
ConstructionCountingoperator= (ConstructionCounting &&) noexcept
 
 ~ConstructionCounting ()
 
 ~ConstructionCounting ()
 

Static Public Member Functions

static void Reset ()
 
static void Reset ()
 

Static Public Attributes

static int copy_assignment_calls = 0
 
static int copy_ctor_calls = 0
 
static int default_ctor_calls = 0
 
static int dtor_calls = 0
 
static int move_assignment_calls = 0
 
static int move_ctor_calls = 0
 

Detailed Description

Definition at line 7597 of file boringssl-with-bazel/src/third_party/googletest/test/gtest_unittest.cc.

Constructor & Destructor Documentation

◆ ConstructionCounting() [1/6]

ConstructionCounting::ConstructionCounting ( )
inline

◆ ~ConstructionCounting() [1/2]

ConstructionCounting::~ConstructionCounting ( )
inline

◆ ConstructionCounting() [2/6]

ConstructionCounting::ConstructionCounting ( const ConstructionCounting )
inline

◆ ConstructionCounting() [3/6]

ConstructionCounting::ConstructionCounting ( ConstructionCounting &&  )
inlinenoexcept

◆ ConstructionCounting() [4/6]

ConstructionCounting::ConstructionCounting ( )
inline

◆ ~ConstructionCounting() [2/2]

ConstructionCounting::~ConstructionCounting ( )
inline

◆ ConstructionCounting() [5/6]

ConstructionCounting::ConstructionCounting ( const ConstructionCounting )
inline

◆ ConstructionCounting() [6/6]

ConstructionCounting::ConstructionCounting ( ConstructionCounting &&  )
inlinenoexcept

Member Function Documentation

◆ operator=() [1/4]

ConstructionCounting& ConstructionCounting::operator= ( const ConstructionCounting )
inline

◆ operator=() [2/4]

ConstructionCounting& ConstructionCounting::operator= ( const ConstructionCounting )
inline

◆ operator=() [3/4]

ConstructionCounting& ConstructionCounting::operator= ( ConstructionCounting &&  )
inlinenoexcept

◆ operator=() [4/4]

ConstructionCounting& ConstructionCounting::operator= ( ConstructionCounting &&  )
inlinenoexcept

◆ Reset() [1/2]

static void ConstructionCounting::Reset ( )
inlinestatic

◆ Reset() [2/2]

static void ConstructionCounting::Reset ( )
inlinestatic

Member Data Documentation

◆ copy_assignment_calls

int ConstructionCounting::copy_assignment_calls = 0
static

◆ copy_ctor_calls

int ConstructionCounting::copy_ctor_calls = 0
static

◆ default_ctor_calls

int ConstructionCounting::default_ctor_calls = 0
static

◆ dtor_calls

int ConstructionCounting::dtor_calls = 0
static

◆ move_assignment_calls

int ConstructionCounting::move_assignment_calls = 0
static

◆ move_ctor_calls

int ConstructionCounting::move_ctor_calls = 0
static

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


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