sptk::idstring Class Reference
[Utility Classes]
String with ID Extended version of std::string that supports an integer string ID.
More...
#include <CStrings.h>
List of all members.
Detailed Description
String with ID Extended version of std::string that supports an integer string ID.
Constructor & Destructor Documentation
| sptk::idstring::idstring |
( |
const idstring & |
str |
) |
[inline] |
Copy constructor
- Parameters:
-
| sptk::idstring::idstring |
( |
const std::string & |
str, |
|
|
int32_t |
id = 0 | |
|
) |
| | [inline] |
Constructor
- Parameters:
-
| str | const string&, source string |
| id | in, optional string id |
| sptk::idstring::idstring |
( |
const char * |
str, |
|
|
int32_t |
id = 0 | |
|
) |
| | [inline] |
Constructor
- Parameters:
-
| str | const char *, source string |
| id | in, optional string id |
Member Function Documentation
| idstring& sptk::idstring::operator= |
( |
const char * |
str |
) |
[inline] |
Assignment operator
- Parameters:
-
| str | const char *, source string |
The documentation for this class was generated from the following file: