|
HDK
|
Simple string class, that provides a limited subset of std::string functionality but avoids many of the issues that come with that class. More...
#include <cl.hpp>
Public Member Functions | |
| string (void) | |
| string (char *str,::size_t size) | |
| string (char *str) | |
| string & | operator= (const string &rhs) |
| string (const string &rhs) | |
| ~string () | |
| ::size_t | size (void) const |
| ::size_t | length (void) const |
| const char * | c_str (void) const |
Simple string class, that provides a limited subset of std::string functionality but avoids many of the issues that come with that class.