General information:Author: klaas Version: 1.0 Date: Thu Oct 21 9:08:27 MET 1999 |
Header files:
|
Code files:
|
extendible buffer for command strings to evaluate
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Buffer(int size)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Buffer()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~Buffer()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: int |
Declaration:
int LenBuf()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: char* |
Declaration:
char* GetBuf()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void CatBuf(char* toadd)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void AddBuf(char kar)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void ResetBuf()
Description:
scope: private | type: basic | typename: int |
Declaration:
int _sizemin
Description:
scope: private | type: basic | typename: int |
Declaration:
int _buflength
Description:
scope: private | type: basic | typename: char* |
Declaration:
char* _buf
Description:
scope: private | type: basic | typename: int |
Declaration:
int _index
Description: