Carefree (For Windows) 0.7
CareFree Library - A Light Data Generator for OI & ACM
载入中...
搜索中...
未找到
carefree_internal::gcc_compile类 参考

#include <carefree.hpp>

Public 成员函数

 gcc_compile (string filename, string output_name)
 
gcc_compilegcc (string gcc_path)
 
gcc_compileoptimization (optimization_type opti)
 
gcc_compilecpp_version (cpp_version cpp)
 
gcc_compilewarning_level (cpp_warnings::type warning)
 
gcc_compileadd_warning (cpp_warnings::type warning)
 
gcc_compilelinking_static (bool link_static=true)
 
gcc_compileinclude_file (string filename)
 
gcc_compiledefine (string key, string value="")
 
gcc_compileinclude_dir (string dir)
 
gcc_compilelink (string lib)
 
gcc_compiledebug_mode (bool debug=true)
 
string command ()
 
judge_result_type start ()
 

构造及析构函数说明

◆ gcc_compile()

carefree_internal::gcc_compile::gcc_compile ( string filename,
string output_name )
inline

成员函数说明

◆ add_warning()

gcc_compile & carefree_internal::gcc_compile::add_warning ( cpp_warnings::type warning)
inline

◆ command()

string carefree_internal::gcc_compile::command ( )
inline

◆ cpp_version()

gcc_compile & carefree_internal::gcc_compile::cpp_version ( cpp_version cpp)
inline

◆ debug_mode()

gcc_compile & carefree_internal::gcc_compile::debug_mode ( bool debug = true)
inline

◆ define()

gcc_compile & carefree_internal::gcc_compile::define ( string key,
string value = "" )
inline

◆ gcc()

gcc_compile & carefree_internal::gcc_compile::gcc ( string gcc_path)
inline

◆ include_dir()

gcc_compile & carefree_internal::gcc_compile::include_dir ( string dir)
inline

◆ include_file()

gcc_compile & carefree_internal::gcc_compile::include_file ( string filename)
inline

◆ link()

gcc_compile & carefree_internal::gcc_compile::link ( string lib)
inline

◆ linking_static()

gcc_compile & carefree_internal::gcc_compile::linking_static ( bool link_static = true)
inline

◆ optimization()

gcc_compile & carefree_internal::gcc_compile::optimization ( optimization_type opti)
inline

◆ start()

judge_result_type carefree_internal::gcc_compile::start ( )
inline

◆ warning_level()

gcc_compile & carefree_internal::gcc_compile::warning_level ( cpp_warnings::type warning)
inline

该类的文档由以下文件生成: