libstdc++
__gnu_cxx::throw_value_limit Struct Reference

#include <throw_allocator.h>

Inheritance diagram for __gnu_cxx::throw_value_limit:
[legend]

Public Types

typedef throw_value_base< limit_conditionbase_type
 
typedef limit_condition condition_type
 

Public Member Functions

 throw_value_limit (const std::size_t __i)
 
 throw_value_limit (const throw_value_limit &__other)
 
 throw_value_limit (throw_value_limit &&)=default
 
throw_value_baseoperator++ ()
 
throw_value_limitoperator= (const throw_value_limit &__other)
 
throw_value_limitoperator= (throw_value_limit &&)=default
 

Static Public Member Functions

static size_t & count ()
 
static size_t & limit ()
 
static void set_limit (const size_t __l)
 
static void throw_conditionally ()
 

Public Attributes

std::size_t _M_i
 

Detailed Description

Type throwing via limit condition.

Definition at line 740 of file throw_allocator.h.

Member Typedef Documentation

◆ base_type

◆ condition_type

typedef limit_condition __gnu_cxx::throw_value_base< limit_condition >::condition_type
inherited

Definition at line 625 of file throw_allocator.h.

Constructor & Destructor Documentation

◆ throw_value_limit() [1/3]

__gnu_cxx::throw_value_limit::throw_value_limit ( )
inline

Definition at line 745 of file throw_allocator.h.

◆ throw_value_limit() [2/3]

__gnu_cxx::throw_value_limit::throw_value_limit ( const throw_value_limit __other)
inline

Definition at line 747 of file throw_allocator.h.

◆ throw_value_limit() [3/3]

__gnu_cxx::throw_value_limit::throw_value_limit ( const std::size_t  __i)
inlineexplicit

Definition at line 754 of file throw_allocator.h.

Member Function Documentation

◆ count()

static size_t & __gnu_cxx::limit_condition::count ( )
inlinestaticinherited

Definition at line 474 of file throw_allocator.h.

◆ limit()

static size_t & __gnu_cxx::limit_condition::limit ( )
inlinestaticinherited

Definition at line 481 of file throw_allocator.h.

◆ operator++()

throw_value_base & __gnu_cxx::throw_value_base< limit_condition >::operator++ ( )
inlineinherited

Definition at line 662 of file throw_allocator.h.

◆ operator=()

throw_value_limit & __gnu_cxx::throw_value_limit::operator= ( const throw_value_limit __other)
inline

Definition at line 758 of file throw_allocator.h.

◆ set_limit()

static void __gnu_cxx::limit_condition::set_limit ( const size_t  __l)
inlinestaticinherited

Definition at line 489 of file throw_allocator.h.

◆ throw_conditionally()

static void __gnu_cxx::limit_condition::throw_conditionally ( )
inlinestaticinherited

Definition at line 466 of file throw_allocator.h.

Member Data Documentation

◆ _M_i

std::size_t __gnu_cxx::throw_value_base< limit_condition >::_M_i
inherited

Definition at line 629 of file throw_allocator.h.


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