autowrapper

autowrapper.empty_wraps_folder(outputPath)[source]

This function cleans the directory where output will be stored provided that such directory exists. If it doesn’t exist, it will create a fresh one. :param outputPath: absolute folder plath where the outputs will be stored :return:

autowrapper.run_auto_wrapper()[source]

This is the main function to run for creating C++ wrapper classes around the existing C modules. Detailed comments are provided below.