#include <basestrm.h>
Public Member Functions | |
| CharBuf (void) | |
| CharBuf (int _size) | |
| void | resize (int newsize) |
| ~CharBuf () | |
Public Attributes | |
| int | size |
| char * | buf |
Definition at line 65 of file basestrm.h.
| CharBuf::CharBuf | ( | void | ) |
| CharBuf::CharBuf | ( | int | _size | ) |
| CharBuf::~CharBuf | ( | ) |
| void CharBuf::resize | ( | int | newsize | ) |
| int CharBuf::size |
| char* CharBuf::buf |
Definition at line 68 of file basestrm.h.
Referenced by CharBuf(), findNextCampaignMap(), tnstream::readpchar(), tnstream::readpnchar(), resize(), and ~CharBuf().
1.5.1