Context

Undocumented in source.

Constructors

this
this(TranslationUnit translUnit, Options options, Translator translator)
Undocumented in source.

Members

Functions

alreadyDefined
bool alreadyDefined(Cursor cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
commentIndex
CommentIndex commentIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
constNames
Cursor[string] constNames()
Undocumented in source. Be warned that the author may not have intended to support it.
defineSpellingTranslation
void defineSpellingTranslation(Cursor cursor, string spelling)
Undocumented in source. Be warned that the author may not have intended to support it.
generateAnonymousName
string generateAnonymousName(Cursor cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
getAnonymousName
string getAnonymousName(Cursor cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
globalScope
Output globalScope()
Undocumented in source. Be warned that the author may not have intended to support it.
headerIndex
HeaderIndex headerIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
includeHandler
IncludeHandler includeHandler()
Undocumented in source. Be warned that the author may not have intended to support it.
isInsideTypedef
bool isInsideTypedef(Cursor cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
markAsDefined
void markAsDefined(Cursor cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
spelling
string spelling(Cursor cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
translateSpelling
string translateSpelling(Cursor cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
translateTagSpelling
string translateTagSpelling(Cursor cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
translator
Translator translator()
Undocumented in source. Be warned that the author may not have intended to support it.
typeNames
Cursor[string] typeNames()
Undocumented in source. Be warned that the author may not have intended to support it.
typedefIndex
TypedefIndex typedefIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
typedefParent
Cursor typedefParent(Cursor cursor)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromString
Context fromString(string source, Options options)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

macroIndex
MacroIndex macroIndex;
Undocumented in source.
options
Options options;
Undocumented in source.
source
string source;
Undocumented in source.
translUnit
TranslationUnit translUnit;
Undocumented in source.

Meta