libcopp  2.2.0
Data Fields
stack_pool< TAlloc >::limit_t Struct Reference

#include <stack_pool.h>

Collaboration diagram for stack_pool< TAlloc >::limit_t:
Collaboration graph

Data Fields

size_t used_stack_number
 
size_t used_stack_size
 
size_t free_stack_number
 
size_t free_stack_size
 

Detailed Description

template<typename TAlloc>
struct stack_pool< TAlloc >::limit_t

Definition at line 36 of file stack_pool.h.

Field Documentation

◆ free_stack_number

template<typename TAlloc >
size_t stack_pool< TAlloc >::limit_t::free_stack_number

Definition at line 39 of file stack_pool.h.

◆ free_stack_size

template<typename TAlloc >
size_t stack_pool< TAlloc >::limit_t::free_stack_size

Definition at line 40 of file stack_pool.h.

◆ used_stack_number

template<typename TAlloc >
size_t stack_pool< TAlloc >::limit_t::used_stack_number

Definition at line 37 of file stack_pool.h.

◆ used_stack_size

template<typename TAlloc >
size_t stack_pool< TAlloc >::limit_t::used_stack_size

Definition at line 38 of file stack_pool.h.


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