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_resource_string Class Template Reference
[String Library (WinSTL)]

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

#include <winstl_resource_string.h>

List of all members.

Public Methods

Construction
 basic_resource_string (ws_int_t id) winstl_throw_1(typename exception_type
 Constructs an around the string loaded from the given id.

 basic_resource_string (HINSTANCE hinst, ws_int_t id) winstl_throw_1(typename exception_type
 Constructs an around the string loaded from the given id and hinst.

 basic_resource_string (const basic_resource_string &rhs)
 Copy constructor.

 basic_resource_string (const string_type &rhs)
 Copy constructor.

const basic_resource_string & operator= (const basic_resource_string &rhs)
 Copy assignment operator.

const basic_resource_string & operator= (const string_type &rhs)
 Copy assignment operator.


Detailed Description

template<typename S, typename X = ::stlsoft:: null_exception_policy>
class winstl::basic_resource_string< S, X >

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

Parameters:
S  The string class, e.g. std::string, stlsoft::simple_string, etc.
X  The exception class


Constructor & Destructor Documentation

basic_resource_string ws_int_t    id [inline, explicit]
 

Constructs an around the string loaded from the given id.

basic_resource_string HINSTANCE    hinst,
ws_int_t    id
[inline]
 

Constructs an around the string loaded from the given id and hinst.

basic_resource_string const basic_resource_string< S, X > &    rhs [inline]
 

Copy constructor.

basic_resource_string const string_type &    rhs [inline]
 

Copy constructor.


Member Function Documentation

const basic_resource_string& operator= const string_type &    rhs [inline]
 

Copy assignment operator.

const basic_resource_string& operator= const basic_resource_string< S, X > &    rhs [inline]
 

Copy assignment operator.


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

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