#include <CPP_TokenStream.h>
Definition at line 23 of file CPP_TokenStream.h.
CPP_TokenStream::CPP_TokenStream |
( |
const char * |
filename, |
|
|
int |
pathvar = -1 , |
|
|
const char ** |
cpp_options = 0 |
|
) |
| |
CPP_TokenStream::CPP_TokenStream |
( |
UT_IStream & |
is, |
|
|
const char * |
filename = "<internal>" , |
|
|
const char ** |
cpp_options = 0 |
|
) |
| |
virtual CPP_TokenStream::~CPP_TokenStream |
( |
| ) |
|
|
virtual |
void CPP_TokenStream::addIncludePath |
( |
const char * |
path | ) |
|
void CPP_TokenStream::addIncludePathRaw |
( |
const char * |
path | ) |
|
virtual void CPP_TokenStream::cppError |
( |
const char * |
message | ) |
const |
|
virtual |
virtual void CPP_TokenStream::cppWarning |
( |
const char * |
message | ) |
const |
|
virtual |
const char* CPP_TokenStream::getFileName |
( |
| ) |
|
int CPP_TokenStream::getLineNumber |
( |
| ) |
|
void CPP_TokenStream::init |
( |
int |
pathvar, |
|
|
const char ** |
cpp_options |
|
) |
| |
|
protected |
void CPP_TokenStream::setCPPOptions |
( |
const char ** |
cpp_options | ) |
|
Set additional CPP options.
void CPP_TokenStream::setPreserveBackslashes |
( |
bool |
flag | ) |
|
CPP_Manager* CPP_TokenStream::myCPP |
|
protected |
int CPP_TokenStream::myOptind |
|
protected |
bool CPP_TokenStream::myPreserveBackslashes |
|
protected |
The documentation for this class was generated from the following file: