BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsls::BlockGrowth Struct Reference

#include <bsls_blockgrowth.h>

Public Types

enum  Strategy { BSLS_GEOMETRIC , BSLS_CONSTANT }
 

Static Public Member Functions

static const char * toAscii (BlockGrowth::Strategy value)
 

Detailed Description

This struct provides a namespace for memory block growth strategies for pools, allocators, containers, etc.

Member Enumeration Documentation

◆ Strategy

Enumerator
BSLS_GEOMETRIC 
BSLS_CONSTANT 

Member Function Documentation

◆ toAscii()

static const char * bsls::BlockGrowth::toAscii ( BlockGrowth::Strategy  value)
static

Return the string representation of the specified enumerator value. The string representation of value matches its corresponding enumerator name with the BSLS_ prefix elided.


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