Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
ThrowingType Struct Reference

Public Member Functions

 ThrowingType (int v)
 
 ThrowingType (const ThrowingType &other)
 
 ThrowingType (ThrowingType &&other) noexcept
 
 ThrowingType (int v)
 
 ThrowingType (const ThrowingType &other)
 
 ThrowingType (ThrowingType &&other) noexcept
 

Static Public Member Functions

static void reset ()
 
static void reset ()
 

Public Attributes

int value
 

Static Public Attributes

static int construction_count = 0
 

Detailed Description

Definition at line 802 of file tpl_dynListQueue.cc.

Constructor & Destructor Documentation

◆ ThrowingType() [1/6]

ThrowingType::ThrowingType ( int  v)
inline

Definition at line 807 of file tpl_dynListQueue.cc.

References construction_count.

◆ ThrowingType() [2/6]

ThrowingType::ThrowingType ( const ThrowingType other)
inline

Definition at line 813 of file tpl_dynListQueue.cc.

References construction_count.

◆ ThrowingType() [3/6]

ThrowingType::ThrowingType ( ThrowingType &&  other)
inlinenoexcept

Definition at line 819 of file tpl_dynListQueue.cc.

◆ ThrowingType() [4/6]

ThrowingType::ThrowingType ( int  v)
inline

Definition at line 781 of file tpl_dynListStack.cc.

References construction_count.

◆ ThrowingType() [5/6]

ThrowingType::ThrowingType ( const ThrowingType other)
inline

Definition at line 787 of file tpl_dynListStack.cc.

References construction_count.

◆ ThrowingType() [6/6]

ThrowingType::ThrowingType ( ThrowingType &&  other)
inlinenoexcept

Definition at line 793 of file tpl_dynListStack.cc.

Member Function Documentation

◆ reset() [1/2]

static void ThrowingType::reset ( )
inlinestatic

Definition at line 821 of file tpl_dynListQueue.cc.

References construction_count.

Referenced by TEST(), and TEST().

◆ reset() [2/2]

static void ThrowingType::reset ( )
inlinestatic

Definition at line 795 of file tpl_dynListStack.cc.

References construction_count.

Member Data Documentation

◆ construction_count

int ThrowingType::construction_count = 0
static

Definition at line 804 of file tpl_dynListQueue.cc.

Referenced by ThrowingType(), ThrowingType(), and reset().

◆ value

int ThrowingType::value

Definition at line 805 of file tpl_dynListQueue.cc.


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