Namespaces | Functions | Variables
keywords.py File Reference

Go to the source code of this file.

Namespaces

namespace  cpp::keywords

Functions

def cpp::keywords.IsBuiltinType
def cpp::keywords.IsKeyword

Variables

string cpp::keywords::__author__ = 'nnorwitz@google.com (Neal Norwitz)'
tuple cpp::keywords.ACCESS = set('public protected private friend'.split())
 cpp::keywords.ALL = TYPES|TYPE_MODIFIERS|ACCESS|CASTS|OTHERS|OTHER_TYPES|CONTROL|EXCEPTION|LOOP
tuple cpp::keywords.CASTS = set('static_cast const_cast dynamic_cast reinterpret_cast'.split())
tuple cpp::keywords.CONTROL = set('case switch default if else return goto'.split())
tuple cpp::keywords.EXCEPTION = set('try catch throw'.split())
tuple cpp::keywords.LOOP = set('while do for break continue'.split())
tuple cpp::keywords.OTHER_TYPES = set('new delete typedef struct union enum typeid typename template'.split())
tuple cpp::keywords.OTHERS = set('true false asm class namespace using explicit this operator sizeof'.split())
tuple cpp::keywords.TYPE_MODIFIERS = set('auto register const inline extern static virtual volatile mutable'.split())
tuple cpp::keywords.TYPES = set('bool char int long short double float void wchar_t unsigned signed'.split())


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Sat Jun 8 2019 18:24:58