cl::string Class Reference
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>
List of all members.
Detailed Description
Simple string class, that provides a limited subset of std::string functionality but avoids many of the issues that come with that class.
Constructor & Destructor Documentation
cl::string::string |
( |
void |
|
) |
[inline] |
cl::string::string |
( |
char * |
str, |
|
|
::size_t |
size | |
|
) |
| | [inline] |
cl::string::string |
( |
char * |
str |
) |
[inline] |
cl::string::string |
( |
const string & |
rhs |
) |
[inline] |
cl::string::~string |
( |
|
) |
[inline] |
Member Function Documentation
const char* cl::string::c_str |
( |
void |
|
) |
const [inline] |
::size_t cl::string::length |
( |
void |
|
) |
const [inline] |
string& cl::string::operator= |
( |
const string & |
rhs |
) |
[inline] |
The documentation for this class was generated from the following file:
- mod_fem_viewer/FemViewer/ocl/cl.hpp