Public Member Functions | |
CBagIfstream (char *buffer, int length) | |
int | getCh () |
int | getLine (char *buffer, int length) |
void | putBack () |
int | get () |
int | get (char *buffer, int count, char delimiter='\n') |
int | peek () |
int | getCh (char *ch, int count, char delimiter='\n') |
bool | eatWhite () |
bool | eof () const |
int | getLineNumber () const |
int | getSize () const |
const CBofString & | getLineString () const |
Additional Inherited Members | |
Static Public Member Functions inherited from Bagel::CBofObject | |
static bool | isValidObject (const CBofObject *pObject) |