Analysis Software
Documentation for sPHENIX simulation software
|
Functions | |
def | IsKeyword |
def | IsBuiltinType |
Variables | |
string | __author__ 'nnorwitz@google.com (Neal Norwitz)' |
tuple | TYPES set('bool char int long short double float void wchar_t unsigned signed'.split()) |
tuple | TYPE_MODIFIERS set('auto register const inline extern static virtual volatile mutable'.split()) |
tuple | ACCESS set('public protected private friend'.split()) |
tuple | CASTS set('static_cast const_cast dynamic_cast reinterpret_cast'.split()) |
tuple | OTHERS set('true false asm class namespace using explicit this operator sizeof'.split()) |
tuple | OTHER_TYPES set('new delete typedef struct union enum typeid typename template'.split()) |
tuple | CONTROL set('case switch default if else return goto'.split()) |
tuple | EXCEPTION set('try catch throw'.split()) |
tuple | LOOP set('while do for break continue'.split()) |
ALL TYPES|TYPE_MODIFIERS|ACCESS|CASTS|OTHERS|OTHER_TYPES|CONTROL|EXCEPTION|LOOP | |
def cpp.keywords.IsBuiltinType | ( | token | ) |
Definition at line 55 of file keywords.py.
View newest version in sPHENIX GitHub at line 55 of file keywords.py
def cpp.keywords.IsKeyword | ( | token | ) |
Definition at line 52 of file keywords.py.
View newest version in sPHENIX GitHub at line 52 of file keywords.py
string cpp.keywords.__author__ 'nnorwitz@google.com (Neal Norwitz)' |
Definition at line 20 of file keywords.py.
View newest version in sPHENIX GitHub at line 20 of file keywords.py
Definition at line 38 of file keywords.py.
View newest version in sPHENIX GitHub at line 38 of file keywords.py
cpp.keywords.ALL TYPES|TYPE_MODIFIERS|ACCESS|CASTS|OTHERS|OTHER_TYPES|CONTROL|EXCEPTION|LOOP |
Definition at line 49 of file keywords.py.
View newest version in sPHENIX GitHub at line 49 of file keywords.py
Definition at line 40 of file keywords.py.
View newest version in sPHENIX GitHub at line 40 of file keywords.py
Definition at line 45 of file keywords.py.
View newest version in sPHENIX GitHub at line 45 of file keywords.py
Definition at line 46 of file keywords.py.
View newest version in sPHENIX GitHub at line 46 of file keywords.py
Definition at line 47 of file keywords.py.
View newest version in sPHENIX GitHub at line 47 of file keywords.py
tuple cpp.keywords.OTHER_TYPES set('new delete typedef struct union enum typeid typename template'.split()) |
Definition at line 43 of file keywords.py.
View newest version in sPHENIX GitHub at line 43 of file keywords.py
tuple cpp.keywords.OTHERS set('true false asm class namespace using explicit this operator sizeof'.split()) |
Definition at line 42 of file keywords.py.
View newest version in sPHENIX GitHub at line 42 of file keywords.py
tuple cpp.keywords.TYPE_MODIFIERS set('auto register const inline extern static virtual volatile mutable'.split()) |
Definition at line 37 of file keywords.py.
View newest version in sPHENIX GitHub at line 37 of file keywords.py
tuple cpp.keywords.TYPES set('bool char int long short double float void wchar_t unsigned signed'.split()) |
Definition at line 36 of file keywords.py.
View newest version in sPHENIX GitHub at line 36 of file keywords.py