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 Library (WinSTL)
[WinSTLString Library]

This library provides facilities for defining and manipulating Win32 string types. More...

Compounds

class  basic_resource_string
 Instances of this class represent Windows string resources, and are constructed from instance identifiers. More...


Functions

template<typename S, typename X> ss_size_t c_str_len (basic_resource_string< S, X > const &s)
 Returns the length (in characters) of s, not including the null-terminating character.

template<typename S, typename X> ss_size_t c_str_size (basic_resource_string< S, X > const &s)
 Returns the size (in bytes) of the contents of s, not including the null-terminating character.


Detailed Description

This library provides facilities for defining and manipulating Win32 string types.


Function Documentation

ss_size_t c_str_len basic_resource_string< S, X > const &    s [inline]
 

Returns the length (in characters) of s, not including the null-terminating character.

ss_size_t c_str_size basic_resource_string< S, X > const &    s [inline]
 

Returns the size (in bytes) of the contents of s, not including the null-terminating character.


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