#include <stlsoft/stlsoft.h>
#include <stlsoft/memory/auto_buffer.hpp>
#include <stlsoft/memory/allocator_base.hpp>
#include <stlsoft/memory/allocator_selector.hpp>
#include <stlsoft/string/char_traits.hpp>
#include <stlsoft/shims/access/string.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft | 
Classes | |
| class | basic_environment_block | 
| Stores nul-terminated environment variable name-value strings continguously in a format compatible with system environment settings.  More... | |
Typedefs | |
| typedef  basic_environment_block< char >  | environment_block_a | 
Specialisation of the basic_path template for the ANSI character type char.   | |
| 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