torc-master
|
Wrapper around char* for use with the Array template. More...
#include <Tiles.hpp>
Public Member Functions | |
CharStringWrapper (void) | |
Null constructor. More... | |
CharStringWrapper (const char *inString) | |
Public constructor. More... | |
~CharStringWrapper (void) | |
Non-virtual destructor. More... | |
operator const char * (void) const | |
Cast operator. More... | |
CharStringWrapper & | operator= (const char *inString) |
Assignment operator. More... | |
Private Attributes | |
char * | mString |
The char* string. More... | |
|
inline |
Null constructor.
Definition at line 66 of file Tiles.hpp.
|
inline |
Public constructor.
Definition at line 68 of file Tiles.hpp.
|
inline |
Non-virtual destructor.
Definition at line 70 of file Tiles.hpp.
|
inline |
Cast operator.
Definition at line 73 of file Tiles.hpp.
|
inline |
Assignment operator.
Definition at line 76 of file Tiles.hpp.
|
private |