|
Public Types |
| typedef LPCTSTR | const_iterator |
| | The type of the const (non-mutating) iterator.
|
| typedef UINT | size_type |
| | The size type.
|
Public Methods |
| | resource_string (ms_uint_t id) |
| | Constructs an around the string loaded from the given id.
|
| | resource_string (HINSTANCE hinst, ms_uint_t id) |
| | Constructs an around the string loaded from the given id and hinst.
|
| | resource_string (resource_string const &rhs) |
| | Copy constructor.
|
| | resource_string (CString const &rhs) |
| | Copy constructor.
|
| resource_string const & | operator= (resource_string const &rhs) |
| | Copy assignment operator.
|
| resource_string const & | operator= (CString const &rhs) |
| | Copy assignment operator.
|
| const_iterator | begin () const |
| | Begins the iteration.
|
| const_iterator | end () const |
| | Ends the iteration.
|
| size_type | size () const |
| | Returns the number of elements in the sequence.
|
| size_type | length () const |
| | Returns the number of elements in the sequence.
|
| ms_bool_t | empty () const |
| | Indicates whether the string is empty.
|
| LPCTSTR | c_str () const |
| | Returns a pointer to constant data representing the managed string.
|