STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

basic_environment_block Class Template Reference
[System Library (WinSTL)]

Class used for preparing environment blocks. More...

#include <winstl_environment_block.h>

List of all members.

Public Types

Types
typedef C value_type
 The value type.

typedef C char_type
 The char type.

typedef T traits_type
 The traits type.

typedef A allocator_type
 The allocator type.

typedef basic_environment_block<
C, T, A > 
class_type
 The current parameterisation of the type.

typedef ws_size_t size_type
 The size type.


Public Methods

Construction
Operations
void push_back (char_type const *s, size_t cch)
 Append a full NAME=VALUE environment pair.

Accessors


Detailed Description

template<typename C, typename T = char_traits<C>, typename A = processheap_allocator<C>>
class winstl::basic_environment_block< C, T, A >

Class used for preparing environment blocks.


Member Typedef Documentation

typedef A allocator_type
 

The allocator type.

typedef C char_type
 

The char type.

typedef basic_environment_block<C, T, A> class_type
 

The current parameterisation of the type.

typedef ws_size_t size_type
 

The size type.

typedef T traits_type
 

The traits type.

typedef C value_type
 

The value type.


Member Function Documentation

void push_back char_type const *    s,
size_t    cch
[inline]
 

Append a full NAME=VALUE environment pair.


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

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004