#include <tempstr.hpp>
Inheritance diagram for CTempStringEx:


Definition at line 682 of file tempstr.hpp.
Public Types | |
| enum | EZeroAtEnd { eNoZeroAtEnd, eHasZeroAtEnd } |
Public Member Functions | |
| CTempStringEx (void) | |
| CTempStringEx (const char *str) | |
| CTempStringEx (const char *str, size_type len) | |
| CTempStringEx (const char *str, size_type len, EZeroAtEnd zero_at_end) | |
| CTempStringEx (const string &str) | |
| CTempStringEx (const string &str, size_type pos, size_type len) | |
| CTempStringEx (const CTempString &str) | |
| CTempStringEx (const CTempString &str, size_type pos) | |
| CTempStringEx (const CTempString &str, size_type pos, size_type len) | |
| CTempStringEx & | assign (const char *str, size_type len) |
| Assign new values to the content of the a string. | |
| CTempStringEx & | assign (const char *str, size_type len, EZeroAtEnd zero_at_end) |
| CTempStringEx & | assign (const CTempString &str) |
| CTempStringEx & | assign (const CTempStringEx &str) |
| CTempStringEx & | assign (const CTempString &str, size_type off, size_type count) |
| void | clear (void) |
| Clear value to an empty string. | |
| CTempStringEx | substr (size_type pos) const |
| Obtain a substring from this string, beginning at a given offset. | |
| CTempStringEx | substr (size_type pos, size_type len) const |
| Obtain a substring from this string, beginning at a given offset and extending a specified length. | |
| bool | HasZeroAtEnd (void) const |
Private Attributes | |
| EZeroAtEnd | m_ZeroAtEnd |
|
|
Definition at line 685 of file tempstr.hpp. |
1.4.6
Modified on Mon Dec 07 16:24:13 2009 by modify_doxy.py rev. 173732