![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
#include <BufferTok.hpp>
Public Member Functions | |
| BufferTok (const char *buffer, int len) | |
| bool | onNewline () |
| bool | operator! () |
| BufferTok & | operator() (char ch=0) |
| BufferTok & | operator>> (int &n) |
| BufferTok & | operator>> (char *n) |
| BufferTok & | operator[] (char ch) |
Private Member Functions | |
| u32 | readNext (char *token, u32 tokenBufferSize) |
Private Attributes | |
| const char * | buffer |
| char | delimiter |
| int | len |
| bool | newline |
Definition at line 49 of file BufferTok.hpp.
| cat::BufferTok::BufferTok | ( | const char * | buffer, |
| int | len | ||
| ) |
| bool cat::BufferTok::onNewline | ( | ) | [inline] |
| bool cat::BufferTok::operator! | ( | ) | [inline] |
| BufferTok& cat::BufferTok::operator() | ( | char | ch = 0 | ) |
| BufferTok& cat::BufferTok::operator>> | ( | int & | n | ) |
| BufferTok& cat::BufferTok::operator>> | ( | char * | n | ) |
| BufferTok& cat::BufferTok::operator[] | ( | char | ch | ) |
const char* cat::BufferTok::buffer [private] |
Definition at line 51 of file BufferTok.hpp.
char cat::BufferTok::delimiter [private] |
Definition at line 54 of file BufferTok.hpp.
int cat::BufferTok::len [private] |
Definition at line 52 of file BufferTok.hpp.
Referenced by operator!().
bool cat::BufferTok::newline [private] |
Definition at line 55 of file BufferTok.hpp.
Referenced by onNewline().
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.