torc::architecture::Tiles::CharStringWrapper Class Reference
Wrapper around char* for use with the
Array template.
More...
#include <Tiles.hpp>
List of all members.
Detailed Description
Wrapper around char* for use with the
Array template.
Definition at line 58 of file Tiles.hpp.
Constructor & Destructor Documentation
torc::architecture::Tiles::CharStringWrapper::CharStringWrapper |
( |
void |
|
) |
[inline] |
Null constructor.
Definition at line 65 of file Tiles.hpp.
torc::architecture::Tiles::CharStringWrapper::CharStringWrapper |
( |
const char * |
inString |
) |
[inline] |
Public constructor.
Definition at line 67 of file Tiles.hpp.
torc::architecture::Tiles::CharStringWrapper::~CharStringWrapper |
( |
void |
|
) |
[inline] |
Non-virtual destructor.
Definition at line 69 of file Tiles.hpp.
Member Function Documentation
torc::architecture::Tiles::CharStringWrapper::operator const char * |
( |
void |
|
) |
const [inline] |
Cast operator.
Definition at line 72 of file Tiles.hpp.
CharStringWrapper& torc::architecture::Tiles::CharStringWrapper::operator= |
( |
const char * |
inString |
) |
[inline] |
Assignment operator.
Definition at line 75 of file Tiles.hpp.
Member Data Documentation
The char* string.
Definition at line 61 of file Tiles.hpp.
The documentation for this class was generated from the following file: