Go to the source code of this file.
Namespaces | |
namespace | codegen |
Functions | |
def | codegen.camel_to_spacedstring |
def | codegen.cxx_attribute_ids |
def | codegen.cxx_attribute_ids_getoptionvalue |
def | codegen.cxx_object_ids |
def | codegen.cxx_status_codes |
def | codegen.cxx_status_codes_tostring |
def | codegen.py_attribute_ids |
def | codegen.py_attribute_ids_getoptionvalue |
def | codegen.py_object_ids |
def | codegen.py_status_codes |
def | codegen.py_status_codes_tostring |
def | codegen.usage |
Variables | |
tuple | codegen.all_cap_re = re.compile('([a-z0-9])([A-Z])') |
string | codegen.call = '{0}_{1}' |
tuple | codegen.first_cap_re = re.compile('(.)([A-Z][a-z]+)') |
tuple | codegen.relpath = os.path.dirname(__file__) |
tuple | codegen::schema_files |