HDK
|
This is the complete list of members for CPP_TokenStream, including all inherited members.
addIncludePath(const char *path) | CPP_TokenStream | |
addIncludePathRaw(const char *path) | 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) | CPP_TokenStream | |
cppError(const char *message) const | CPP_TokenStream | virtual |
cppWarning(const char *message) const | CPP_TokenStream | virtual |
getFileName() | CPP_TokenStream | |
getLineNumber() | CPP_TokenStream | |
getToken(UT_String &token) | CPP_TokenStream | |
init(int pathvar, const char **cpp_options) | CPP_TokenStream | protected |
myArgBuf | CPP_TokenStream | protected |
myArgs | CPP_TokenStream | protected |
myCPP | CPP_TokenStream | protected |
myOptind | CPP_TokenStream | protected |
myPreserveBackslashes | CPP_TokenStream | protected |
myUnget | CPP_TokenStream | protected |
setCPPOptions(const char **cpp_options) | CPP_TokenStream | |
setPreserveBackslashes(bool flag) | CPP_TokenStream | |
ungetToken(const UT_String &token) | CPP_TokenStream | |
~CPP_TokenStream() | CPP_TokenStream | virtual |