|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_resource_string.h>
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. | |
| S | The string class, e.g. std::string, stlsoft::simple_string, etc. |
| X | The exception class |
|
|
Constructs an around the string loaded from the given
|
|
||||||||||||
|
Constructs an around the string loaded from the given
|
|
|
Copy constructor.
|
|
|
Copy constructor.
|
|
|
Copy assignment operator.
|
|
|
Copy assignment operator.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |