This library defines containers that extend the STL.
The STL-containers provided by the STLSoft libraries include:
Classes | |
| class | basic_environment_block |
| Stores nul-terminated environment variable name-value strings continguously in a format compatible with system environment settings. More... | |
| class | fixed_array_1d |
| 1 dimensional fixed array More... | |
| class | fixed_array_2d |
| 2 dimensional fixed array More... | |
| class | fixed_array_3d |
| 3 dimensional fixed array More... | |
| class | fixed_array_4d |
| 4 dimensional fixed array More... | |
| class | frequency_map |
| A container that measures the frequency of the unique elements it contains. More... | |
| class | pod_vector |
| Efficient vector class for use with POD types only. More... | |
| class | static_array_1d |
| 1 dimensional static array More... | |
| class | static_array_2d |
| 2 dimensional static array More... | |
| class | static_array_3d |
| 3 dimensional static array More... | |
| class | static_array_4d |
| 4 dimensional static array More... | |
| class | unsorted_map |
| An associative container that maintains the order of element insertion. More... | |
| struct | do_construction |
| Traits class that controls whether elements in STLSoft arrays are in-place constructed and destroyed. More... | |
| struct | do_construction_always |
| Stipulates that array elements are always constructed. More... | |
| struct | do_construction_never |
| Stipulates that array elements are never constructed. More... | |
| struct | do_initialisation_never |
| Stipulates that array elements are never initialised in any way. More... | |
Typedefs | |
| typedef basic_environment_block < wchar_t > | environment_block_w |
Specialisation of the basic_environment_block template for the Unicode character type wchar_t. | |
| typedef basic_environment_block< wchar_t > environment_block_w |
Specialisation of the basic_environment_block template for the Unicode character type wchar_t.
1.5.6