Allocator Builder
Policy Based C++ Template Allocator Library
 All Classes Functions Variables Enumerations Enumerator Groups Pages
alb::v_100::allocator_with_stats_base< Shared, Allocator, Flags >::Allocations Class Reference

#include <allocator_with_stats.hpp>

Classes

class  iterator
 

Public Types

using const_iterator = const iterator
 

Public Member Functions

 Allocations (AllocationInfo *root)
 
const_iterator cbegin () const
 
const_iterator cend () const
 
bool empty () const
 

Detailed Description

template<bool Shared, class Allocator, unsigned Flags = alb::StatsOptions::All>
class alb::v_100::allocator_with_stats_base< Shared, Allocator, Flags >::Allocations

This container implements a facade over all currently available AllocationInfo. The alb::allocator_with_stats owns all elements and changing any element has undefined behavior!

Definition at line 247 of file allocator_with_stats.hpp.


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