cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
ConstructionCounting Struct Reference

Public Member Functions

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

Static Public Member Functions

static void Reset ()
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ ConstructionCounting() [1/3]

ConstructionCounting::ConstructionCounting ( )
inline

◆ ~ConstructionCounting()

ConstructionCounting::~ConstructionCounting ( )
inline

◆ ConstructionCounting() [2/3]

ConstructionCounting::ConstructionCounting ( const ConstructionCounting & )
inline

◆ ConstructionCounting() [3/3]

ConstructionCounting::ConstructionCounting ( ConstructionCounting && )
inlinenoexcept

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ Reset()

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: