#include <string.h>
#include <ctype.h>
#include "slexer.hpp"
#include "sreader.hpp"
Include dependency graph for sreader.cpp:
Go to the source code of this file.
Variables | |
IntelibDummyPackage | TheDummyPackage |
IntelibGenericReader * | PTheIntelibReader = 0 |
The global IntelibGenericReader pointer. |
|
Definition at line 464 of file sreader.cpp. Referenced by IntelibGenericReader::IntelibGenericReader(). |
|
The global IntelibGenericReader pointer. The library functions READ, SAFEREAD and READFROMSTRING use this pointer to determine whether to use a custom (possibly fine-tuned) IntelibGenericReader. If the pointer remains NULL (0), the functions create an object locally each time they're called. The library doesn't assign this pointer to any object, so it remains zero unless you explicitly change it.
Definition at line 470 of file sreader.cpp. |