Go to the source code of this file.
Namespaces | |
class_loader_headers_update | |
Variables | |
string | class_loader_headers_update.cmd = "find . -type f ! -name '*.svn-base' -a ! -name '*.hg' -a ! -name '*.git' -a " \ |
string | class_loader_headers_update.full_cmd = cmd |
dictionary | class_loader_headers_update.header_mappings |
string | class_loader_headers_update.include_prefix = '#include ' |
dictionary | class_loader_headers_update.include_tokens |
class_loader_headers_update.ret_code = subprocess.call(full_cmd, shell=True) | |
string | class_loader_headers_update.sed_cmd_prefix = ' -exec sed -i \' s' |
string | class_loader_headers_update.sed_cmd_suffix = ' {} \; ' |
string | class_loader_headers_update.sed_separator = '@' |