|
Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
|
StringReaders provide convenient parsing of text based files. More...
#include <Objectively/String.h>Go to the source code of this file.
Data Structures | |
| struct | StringReader |
| The StringReader type. More... | |
Macros | |
| #define | READER_EOF ((Unicode) -1) |
Enumerations | |
| enum | StringReaderMode { StringReaderPeek , StringReaderRead } |
Functions | |
| OBJECTIVELY_EXPORT Class * | _StringReader (void) |
StringReaders provide convenient parsing of text based files.
Definition in file StringReader.h.
| #define READER_EOF ((Unicode) -1) |
Definition at line 38 of file StringReader.h.
| enum StringReaderMode |
| Enumerator | |
|---|---|
| StringReaderPeek | |
| StringReaderRead | |
Definition at line 33 of file StringReader.h.
| OBJECTIVELY_EXPORT Class * _StringReader | ( | void | ) |
Definition at line 192 of file StringReader.c.