Variables | |
string | cmd = "find . -type f ! -name '*.svn-base' -a ! -name '*.hg' -a ! -name '*.git' -a " |
full_cmd = cmd | |
dictionary | header_mappings |
string | include_prefix = '#include ' |
dictionary | include_tokens |
tuple | ret_code = subprocess.call(full_cmd, shell=True) |
string | sed_cmd_prefix = ' -exec sed -i \' s' |
string | sed_cmd_suffix = ' {} \; ' |
string | sed_separator = '@' |
string pluginlib_headers_migration::cmd = "find . -type f ! -name '*.svn-base' -a ! -name '*.hg' -a ! -name '*.git' -a " |
Definition at line 41 of file pluginlib_headers_migration.py.
Definition at line 60 of file pluginlib_headers_migration.py.
dictionary pluginlib_headers_migration::header_mappings |
00001 { 00002 'pluginlib/class_desc.h': 'pluginlib/class_desc.hpp', 00003 'pluginlib/class_list_macros.h': 'pluginlib/class_list_macros.hpp', 00004 'pluginlib/class_loader_base.h': 'pluginlib/class_loader_base.hpp', 00005 'pluginlib/class_loader.h': 'pluginlib/class_loader.hpp', 00006 'pluginlib/class_loader_imp.h': 'pluginlib/class_loader_imp.hpp', 00007 'pluginlib/pluginlib_exceptions.h': 'pluginlib/exceptions.hpp', 00008 }
Definition at line 44 of file pluginlib_headers_migration.py.
string pluginlib_headers_migration::include_prefix = '#include ' |
Definition at line 56 of file pluginlib_headers_migration.py.
dictionary pluginlib_headers_migration::include_tokens |
00001 { 00002 '"': '"', 00003 '<': '>', 00004 }
Definition at line 52 of file pluginlib_headers_migration.py.
tuple pluginlib_headers_migration::ret_code = subprocess.call(full_cmd, shell=True) |
Definition at line 71 of file pluginlib_headers_migration.py.
string pluginlib_headers_migration::sed_cmd_prefix = ' -exec sed -i \' s' |
Definition at line 57 of file pluginlib_headers_migration.py.
string pluginlib_headers_migration::sed_cmd_suffix = ' {} \; ' |
Definition at line 58 of file pluginlib_headers_migration.py.
string pluginlib_headers_migration::sed_separator = '@' |
Definition at line 59 of file pluginlib_headers_migration.py.