ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Inner Classes
Recycling Struct Reference

#include <fwds.hpp>

Class Description


This struct contains three tag-types which denote the type of node-recycling that a container instantiation is deemed to perform. One of these inner types is to be set as the value for a corresponding template parameter named TRecycling found in container types of this module.

In the case Shared is given, the container type will expose a type definition named TSharedRecycler which can be used to define the external shared recycler object. This object has then to be passed to the constructor of the container instance.

See also
Chapter 1.5 Recycling of the Programmer's Manual for this ALib Module.

Definition at line 42 of file monomem/fwds.hpp.

Inner Classes

struct  None
 
struct  Private
 
struct  Shared
 

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