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  

string_traits Struct Template Reference
[String Library (STLSoft)]

Traits for determining the characteristics of strings. More...

#include <stlsoft_string_traits.h>

List of all members.

Public Types

typedef C value_type
 The value type.

typedef C char_type
 The char type.

typedef ss_size_t size_type
 The size type.

enum  {
  is_pointer,
  is_pointer_to_const,
  char_type_size
}

Public Attributes

typedef string_type
 The string type.


Detailed Description

template<class C>
struct stlsoft::string_traits< C >

Traits for determining the characteristics of strings.

string_traits is a traits class for determining various characteristics of strings.

Parameters:
C  The char type


Member Typedef Documentation

typedef C char_type
 

The char type.

typedef ss_size_t size_type
 

The size type.

typedef C value_type
 

The value type.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
is_pointer  non-zero if C is a pointer type
is_pointer_to_const  non-zero if C is a pointer-to-const type
char_type_size  The size of char_type.


Member Data Documentation

typedef string_type
 

The string type.


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

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