Go to the source code of this file.
Namespaces | |
create-module | |
Functions | |
def | create-module.create_argument_parser () |
def | create-module.create_file (path, template, **kwargs) |
def | create-module.make_cmakelists (moduledir, modname) |
def | create-module.make_doc (moduledir, modname) |
def | create-module.make_examples (moduledir, modname) |
def | create-module.make_helper (moduledir, modname) |
def | create-module.make_model (moduledir, modname) |
def | create-module.make_module (modpath, modname) |
def | create-module.make_test (moduledir, modname) |
Variables | |
string | create-module.CMAKELISTS_TEMPLATE |
string | create-module.DOC_RST_TEMPLATE |
string | create-module.EXAMPLE_CC_TEMPLATE |
string | create-module.EXAMPLES_CMAKELISTS_TEMPLATE |
create-module.file | |
string | create-module.HELPER_CC_TEMPLATE |
string | create-module.HELPER_H_TEMPLATE |
string | create-module.MODEL_CC_TEMPLATE |
string | create-module.MODEL_H_TEMPLATE |
int | create-module.return_value = 0 |
string | create-module.TEST_CC_TEMPLATE |