AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Static Public Attributes | List of all members
alexaClientSDK::avsCommon::utils::ReferenceCounter Struct Reference

Public Member Functions

 ReferenceCounter ()
 
 ReferenceCounter (const ReferenceCounter &rhs)
 
 ~ReferenceCounter ()
 

Static Public Attributes

static size_t s_built = 0
 Count the amount of times the constructor has been called. More...
 
static size_t s_destroyed = 0
 Count the amount of times the destructor has been called. More...
 

Detailed Description

Class with static counters for the constructor and the destructor methods.

Constructor & Destructor Documentation

◆ ReferenceCounter() [1/2]

alexaClientSDK::avsCommon::utils::ReferenceCounter::ReferenceCounter ( )

Empty constructor.

◆ ReferenceCounter() [2/2]

alexaClientSDK::avsCommon::utils::ReferenceCounter::ReferenceCounter ( const ReferenceCounter rhs)

Copy constructor.

◆ ~ReferenceCounter()

alexaClientSDK::avsCommon::utils::ReferenceCounter::~ReferenceCounter ( )

Destructor.

Member Data Documentation

◆ s_built

size_t alexaClientSDK::avsCommon::utils::ReferenceCounter::s_built = 0
static

Count the amount of times the constructor has been called.

◆ s_destroyed

size_t alexaClientSDK::avsCommon::utils::ReferenceCounter::s_destroyed = 0
static

Count the amount of times the destructor has been called.


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

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0