_compileFlags (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | protected |
_compileLibFlags (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | protected |
_linkFlags (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | protected |
_ofiles (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | protected |
_path (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | protected |
_saveToDiskFirst (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | protected |
_sfiles (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | protected |
_sourcesFolder (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | protected |
_tmpFolder (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | protected |
_verbose (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | protected |
AbstractCCompiler(const std::string &compilerPath) (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inline |
AbstractCCompiler(const AbstractCCompiler &orig)=delete (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | |
addCompileFlag(const std::string &compileFlag) (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inline |
addCompileLibFlag(const std::string &compileLibFlag) (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inline |
addLinkFlag(const std::string &linkFlag) (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inline |
buildDynamic(const std::string &library, JobTimer *timer=nullptr) override | CppAD::cg::GccCompiler< Base > | inlinevirtual |
cleanup() override | CppAD::cg::AbstractCCompiler< Base > | inlinevirtual |
compileFile(const std::string &path, const std::string &output, bool posIndepCode) override | CppAD::cg::GccCompiler< Base > | inlineprotectedvirtual |
compileSource(const std::string &source, const std::string &output, bool posIndepCode) override | CppAD::cg::GccCompiler< Base > | inlineprotectedvirtual |
compileSources(const std::map< std::string, std::string > &sources, bool posIndepCode, JobTimer *timer=nullptr) override | CppAD::cg::AbstractCCompiler< Base > | inlinevirtual |
compileSources(const std::map< std::string, std::string > &sources, bool posIndepCode, JobTimer *timer, const std::string &outputExtension, std::set< std::string > &outputFiles) (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inlinevirtual |
GccCompiler(const std::string &gccPath="/usr/bin/gcc") (defined in CppAD::cg::GccCompiler< Base >) | CppAD::cg::GccCompiler< Base > | inline |
GccCompiler(const GccCompiler &orig)=delete (defined in CppAD::cg::GccCompiler< Base >) | CppAD::cg::GccCompiler< Base > | |
getCompileFlags() const (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inline |
getCompileLibFlags() const (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inline |
getCompilerPath() const (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inline |
getLinkFlags() const (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inline |
getObjectFiles() const override (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inlinevirtual |
getSourceFiles() const override (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inlinevirtual |
getSourcesFolder() const override | CppAD::cg::AbstractCCompiler< Base > | inlinevirtual |
getTemporaryFolder() const override | CppAD::cg::AbstractCCompiler< Base > | inlinevirtual |
isSaveToDiskFirst() const override (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inlinevirtual |
isVerbose() const override (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inlinevirtual |
operator=(const GccCompiler &rhs)=delete (defined in CppAD::cg::GccCompiler< Base >) | CppAD::cg::GccCompiler< Base > | |
operator=(const AbstractCCompiler &rhs)=delete (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | |
setCompileFlags(const std::vector< std::string > &compileFlags) (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inline |
setCompileLibFlags(const std::vector< std::string > &compileLibFlags) (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inline |
setCompilerPath(const std::string &path) (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inline |
setLinkFlags(const std::vector< std::string > &linkFlags) (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inline |
setSaveToDiskFirst(bool saveToDiskFirst) override (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inlinevirtual |
setSourcesFolder(const std::string &srcFolder) override | CppAD::cg::AbstractCCompiler< Base > | inlinevirtual |
setTemporaryFolder(const std::string &tmpFolder) override | CppAD::cg::AbstractCCompiler< Base > | inlinevirtual |
setVerbose(bool verbose) override (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inlinevirtual |
~AbstractCCompiler() (defined in CppAD::cg::AbstractCCompiler< Base >) | CppAD::cg::AbstractCCompiler< Base > | inlinevirtual |
~CCompiler()=default (defined in CppAD::cg::CCompiler< Base >) | CppAD::cg::CCompiler< Base > | inlinevirtual |
~GccCompiler()=default (defined in CppAD::cg::GccCompiler< Base >) | CppAD::cg::GccCompiler< Base > | virtual |