Template Class AllocatorPool

Inheritance Relationships

Base Type

Template Parameter Order

  1. class T

  2. size_t Objects

Class Documentation

template<class T, size_t Objects>
class AllocatorPool : public Allocator

Inheritence diagram for AllocatorPool:

digraph {
    graph [bgcolor="#00000000"]
    node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2]
    edge [color="#1414CE"]
    "1" [label="AllocatorPool< T, Objects >" tooltip="AllocatorPool< T, Objects >" fillcolor="#BFBFBF"]
    "2" [label="Allocator" tooltip="Allocator"]
    "1" -> "2" [dir=forward tooltip="public-inheritance"]
}

Collaboration diagram for AllocatorPool:

digraph {
    graph [bgcolor="#00000000"]
    node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2]
    edge [color="#1414CE"]
    "1" [label="AllocatorPool< T, Objects >" tooltip="AllocatorPool< T, Objects >" fillcolor="#BFBFBF"]
    "2" [label="Allocator" tooltip="Allocator"]
    "1" -> "2" [dir=forward tooltip="public-inheritance"]
}

Public Functions

inline AllocatorPool()