|
Galactic Bloodshed
|
Public Member Functions | |
| TextBlock (const std::string &in) | |
| ~TextBlock () | |
| TextBlock (const TextBlock &)=delete | |
| TextBlock & | operator= (const TextBlock &)=delete |
Public Attributes | |
| size_t | nchars |
| char * | start |
| char * | buf |
Definition at line 102 of file GB_server.cc.
|
inline |
Definition at line 104 of file GB_server.cc.
|
inline |
Definition at line 110 of file GB_server.cc.
|
delete |
| char* TextBlock::buf |
Definition at line 113 of file GB_server.cc.
| size_t TextBlock::nchars |
Definition at line 111 of file GB_server.cc.
| char* TextBlock::start |
Definition at line 112 of file GB_server.cc.
1.8.13