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  

inetstl Namespace Reference

The InetSTL namespace - inetstl (aliased to stlsoft::inetstl_project) - is the namespace for the InetSTL project. More...


Compounds

class  basic_connection
 Represents an internet connection. More...

class  basic_findfile_sequence
 Presents an STL-like sequence interface over the items on the file-system. More...

class  basic_findfile_sequence_const_input_iterator
 Iterator type for the basic_findfile_sequence supporting the Input Iterator concept. More...

class  basic_findfile_sequence_value_type
 Value type for the basic_findfile_sequence. More...

class  basic_session
 Represents an internet session. More...

struct  compare_path
 Function object that compares two file-system paths. More...

class  const_iterator
 The const_iterator type for the searchspec_sequence. More...

struct  filesystem_traits
 Traits for accessing the correct file-system functions for a given character type. More...

class  internet_exception
 The exception type thrown by throw_internet_exception_policy. More...

struct  path_exists
 Predicate that indicates whether a given path exists. More...

class  searchspec_sequence
 Provides multi-pattern functionality over a file-system search sequence class. More...

struct  throw_internet_exception_policy
 This type throws internet_exception. More...


Typedefs

typedef ::stlsoft::ss_char_a_t is_char_a_t
 Ansi char type.

typedef ::stlsoft::ss_char_w_t is_char_w_t
 Unicode char type.

typedef ::stlsoft::ss_sint8_t is_sint8_t
 8-bit signed integer

typedef ::stlsoft::ss_uint8_t is_uint8_t
 8-bit unsigned integer

typedef ::stlsoft::ss_int16_t is_int16_t
 16-bit integer

typedef ::stlsoft::ss_sint16_t is_sint16_t
 16-bit signed integer

typedef ::stlsoft::ss_uint16_t is_uint16_t
 16-bit unsigned integer

typedef ::stlsoft::ss_int32_t is_int32_t
 32-bit integer

typedef ::stlsoft::ss_sint32_t is_sint32_t
 32-bit signed integer

typedef ::stlsoft::ss_uint32_t is_uint32_t
 32-bit unsigned integer

typedef ::stlsoft::ss_int_t is_int_t
 integer

typedef ::stlsoft::ss_sint_t is_sint_t
 signed integer

typedef ::stlsoft::ss_uint_t is_uint_t
 unsigned integer

typedef ::stlsoft::ss_long_t is_long_t
 long

typedef ::stlsoft::ss_byte_t is_byte_t
 Byte.

typedef ::stlsoft::ss_bool_t is_bool_t
 bool

typedef DWORD is_dword_t
 dword

typedef ::stlsoft::ss_size_t is_size_t
 size

typedef ::stlsoft::ss_ptrdiff_t is_ptrdiff_t
 ptr diff

typedef ::stlsoft::ss_streampos_t is_streampos_t
 streampos

typedef ::stlsoft::ss_streamoff_t is_streamoff_t
 streamoff

typedef is_char_a_t char_a_t
 Ansi char type.

typedef is_char_w_t char_w_t
 Unicode char type.

typedef is_sint8_t sint8_t
 8-bit signed integer

typedef is_uint8_t uint8_t
 8-bit unsigned integer

typedef is_int16_t int16_t
 16-bit integer

typedef is_sint16_t sint16_t
 16-bit signed integer

typedef is_uint16_t uint16_t
 16-bit unsigned integer

typedef is_int32_t int32_t
 32-bit integer

typedef is_sint32_t sint32_t
 32-bit signed integer

typedef is_uint32_t uint32_t
 32-bit unsigned integer

typedef is_int_t int_t
 integer

typedef is_sint_t sint_t
 signed integer

typedef is_uint_t uint_t
 unsigned integer

typedef is_long_t long_t
 long integer

typedef is_byte_t byte_t
 Byte.

typedef is_bool_t bool_t
 bool

typedef is_dword_t dword_t
 dword

typedef is_size_t size_t
 size

typedef is_ptrdiff_t ptrdiff_t
 ptr diff

typedef is_streampos_t streampos_t
 streampos

typedef is_streamoff_t streamoff_t
 streamoff

typedef basic_connection<
is_char_a_t
connection_a
 Instantiation of the basic_connection template for the ANSI character type char.

typedef basic_connection<
is_char_w_t
connection_w
 Instantiation of the basic_connection template for the Unicode character type wchar_t.

typedef basic_connection<
TCHAR > 
connection
 Instantiation of the basic_connection template for the Win32 character type TCHAR.

typedef basic_findfile_sequence<
is_char_a_t, filesystem_traits<
is_char_a_t > > 
findfile_sequence_a
 Instantiation of the basic_findfile_sequence template for the ANSI character type char.

typedef basic_findfile_sequence<
is_char_w_t, filesystem_traits<
is_char_w_t > > 
findfile_sequence_w
 Instantiation of the basic_findfile_sequence template for the Unicode character type wchar_t.

typedef basic_findfile_sequence<
TCHAR, filesystem_traits<
TCHAR > > 
findfile_sequence
 Instantiation of the basic_findfile_sequence template for the Win32 character type TCHAR.

typedef basic_session< is_char_a_tsession_a
 Instantiation of the basic_session template for the ANSI character type char.

typedef basic_session< is_char_w_tsession_w
 Instantiation of the basic_session template for the Unicode character type wchar_t.

typedef basic_session< TCHAR > session
 Instantiation of the basic_session template for the Win32 character type TCHAR.


Detailed Description

The InetSTL namespace - inetstl (aliased to stlsoft::inetstl_project) - is the namespace for the InetSTL project.

Typedef Documentation

typedef is_bool_t bool_t
 

bool

typedef is_byte_t byte_t
 

Byte.

typedef is_char_a_t char_a_t
 

Ansi char type.

typedef is_char_w_t char_w_t
 

Unicode char type.

typedef is_dword_t dword_t
 

dword

typedef is_int16_t int16_t
 

16-bit integer

typedef is_int32_t int32_t
 

32-bit integer

typedef is_int_t int_t
 

integer

typedef ::stlsoft:: ss_bool_t is_bool_t
 

bool

typedef ::stlsoft:: ss_byte_t is_byte_t
 

Byte.

typedef ::stlsoft:: ss_char_a_t is_char_a_t
 

Ansi char type.

typedef ::stlsoft:: ss_char_w_t is_char_w_t
 

Unicode char type.

typedef DWORD is_dword_t
 

dword

typedef ::stlsoft:: ss_int16_t is_int16_t
 

16-bit integer

typedef ::stlsoft:: ss_int32_t is_int32_t
 

32-bit integer

typedef ::stlsoft:: ss_int_t is_int_t
 

integer

typedef ::stlsoft:: ss_long_t is_long_t
 

long

typedef ::stlsoft:: ss_ptrdiff_t is_ptrdiff_t
 

ptr diff

typedef ::stlsoft:: ss_sint16_t is_sint16_t
 

16-bit signed integer

typedef ::stlsoft:: ss_sint32_t is_sint32_t
 

32-bit signed integer

typedef ::stlsoft:: ss_sint8_t is_sint8_t
 

8-bit signed integer

typedef ::stlsoft:: ss_sint_t is_sint_t
 

signed integer

typedef ::stlsoft:: ss_size_t is_size_t
 

size

typedef ::stlsoft:: ss_streamoff_t is_streamoff_t
 

streamoff

typedef ::stlsoft:: ss_streampos_t is_streampos_t
 

streampos

typedef ::stlsoft:: ss_uint16_t is_uint16_t
 

16-bit unsigned integer

typedef ::stlsoft:: ss_uint32_t is_uint32_t
 

32-bit unsigned integer

typedef ::stlsoft:: ss_uint8_t is_uint8_t
 

8-bit unsigned integer

typedef ::stlsoft:: ss_uint_t is_uint_t
 

unsigned integer

typedef is_long_t long_t
 

long integer

typedef is_ptrdiff_t ptrdiff_t
 

ptr diff

typedef is_sint16_t sint16_t
 

16-bit signed integer

typedef is_sint32_t sint32_t
 

32-bit signed integer

typedef is_sint8_t sint8_t
 

8-bit signed integer

typedef is_sint_t sint_t
 

signed integer

typedef is_size_t size_t
 

size

typedef is_streamoff_t streamoff_t
 

streamoff

typedef is_streampos_t streampos_t
 

streampos

typedef is_uint16_t uint16_t
 

16-bit unsigned integer

typedef is_uint32_t uint32_t
 

32-bit unsigned integer

typedef is_uint8_t uint8_t
 

8-bit unsigned integer

typedef is_uint_t uint_t
 

unsigned integer


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