CharBuf Class Reference

#include <basestrm.h>

List of all members.

Public Member Functions

 CharBuf (void)
 CharBuf (int _size)
void resize (int newsize)
 ~CharBuf ()

Public Attributes

int size
char * buf


Detailed Description

Definition at line 65 of file basestrm.h.


Constructor & Destructor Documentation

CharBuf::CharBuf ( void   ) 

Definition at line 100 of file basestrm.cpp.

References buf, and size.

CharBuf::CharBuf ( int  _size  ) 

Definition at line 106 of file basestrm.cpp.

References buf, and size.

CharBuf::~CharBuf (  ) 

Definition at line 123 of file basestrm.cpp.

References buf.


Member Function Documentation

void CharBuf::resize ( int  newsize  ) 

Definition at line 113 of file basestrm.cpp.

References buf, and size.


Member Data Documentation

int CharBuf::size

Definition at line 67 of file basestrm.h.

Referenced by CharBuf(), and resize().

char* CharBuf::buf

Definition at line 68 of file basestrm.h.

Referenced by CharBuf(), findNextCampaignMap(), tnstream::readpchar(), tnstream::readpnchar(), resize(), and ~CharBuf().


The documentation for this class was generated from the following files:
Generated on Mon May 21 01:46:30 2012 for Advanced Strategic Command by  doxygen 1.5.1