Galactic Bloodshed
Public Member Functions | Public Attributes | List of all members
TextBlock Class Reference
Collaboration diagram for TextBlock:

Public Member Functions

 TextBlock (const std::string &in)
 
 ~TextBlock ()
 
 TextBlock (const TextBlock &)=delete
 
TextBlockoperator= (const TextBlock &)=delete
 

Public Attributes

size_t nchars
 
char * start
 
char * buf
 

Detailed Description

Definition at line 102 of file GB_server.cc.

Constructor & Destructor Documentation

◆ TextBlock() [1/2]

TextBlock::TextBlock ( const std::string &  in)
inline

Definition at line 104 of file GB_server.cc.

◆ ~TextBlock()

TextBlock::~TextBlock ( )
inline

Definition at line 110 of file GB_server.cc.

◆ TextBlock() [2/2]

TextBlock::TextBlock ( const TextBlock )
delete

Member Function Documentation

◆ operator=()

TextBlock& TextBlock::operator= ( const TextBlock )
delete

Member Data Documentation

◆ buf

char* TextBlock::buf

Definition at line 113 of file GB_server.cc.

◆ nchars

size_t TextBlock::nchars

Definition at line 111 of file GB_server.cc.

◆ start

char* TextBlock::start

Definition at line 112 of file GB_server.cc.


The documentation for this class was generated from the following file: