SCKClangSourceFile class documentation

Authors

Generated by builder

Software documentation for the SCKClangSourceFile class

SCKClangSourceFile : SCKSourceFile

Declared in:
SCKClangSourceFile.h

SCKSourceFile implementation that uses clang to perform handle Objective C[++] files.


Instance Variables



Instance Variables for SCKClangSourceFile Class

args

@protected NSMutableArray* args;

Compiler arguments


enumerationValues

@protected NSMutableDictionary* enumerationValues;
Description forthcoming.

enumerations

@protected NSMutableDictionary* enumerations;
Description forthcoming.

file

@protected CXFile file;
Description forthcoming.

functions

@protected NSMutableDictionary* functions;
Description forthcoming.

idx

@protected SCKClangIndex* idx;

Index shared between code files


macros

@protected NSMutableDictionary* macros;
Description forthcoming.

translationUnit

@protected CXTranslationUnit translationUnit;

libclang translation unit handle.