terp - the ANT Tasks
v1.3.309

Uses of Interface
com.codemesh.terp.ant.compiler.cpp.CppCompiler

Packages that use CppCompiler
com.codemesh.terp.ant.compiler.cpp   
 

Uses of CppCompiler in com.codemesh.terp.ant.compiler.cpp
 

Classes in com.codemesh.terp.ant.compiler.cpp that implement CppCompiler
static class Acc.Impl
          The default aCC compiler.
 class CppCompilerImpl
          The generic base implementation of a C++ compiler task.
static class Gcc.Impl
          The default g++ compiler type.
static class Icc.Impl
          The default Intel C++ compiler type.
static class Msvc.Impl
          The default MSVC compiler type.
static class Qcc.Impl
          The default qcc compiler type.
static class Suncc.Impl
          The default SUN C++ compiler type.
static class Xlc.Impl
          The default xlC compiler type.
 

Fields in com.codemesh.terp.ant.compiler.cpp with type parameters of type CppCompiler
protected  CompilerOptionSet<CppCompiler> CppCompilerOptionsImpl.options
           
protected  CompilerOptionSet<CppCompiler> CppCompilerImpl.options
           
 

Methods in com.codemesh.terp.ant.compiler.cpp that return types with arguments of type CppCompiler
 CompilerOptionSet<CppCompiler> CppCompilerOptionsImpl.getOptions()
          Returns the options configured for this instance.
 CompilerOptionSet<CppCompiler> CppCompilerOptions.getOptions()
          Returns the options configured for this instance.
 CompilerOptionSet<CppCompiler> CppCompilerImpl.getOptions()
          Returns an object that keeps track of all configured compiler options.
 

Methods in com.codemesh.terp.ant.compiler.cpp with parameters of type CppCompiler
 void UndefineOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void VsProjectOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void IncludeOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 void OptimizeOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void ProfileOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void GenerateVsProject.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 void RuntimeOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 void RelocatableOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void GenericOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 void RttiOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void DefineOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 void CompileOnlyOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 void ManifestOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void BoundsCheckOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void DebugOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 void ProcArchOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void LibpathOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 void LibraryOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 void QuietOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void MultithreadedOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 void ExceptionsOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 void OptionsOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 void WarningsOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void TargetOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 void DynamicSourcesOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 void RunpathOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void ResourceOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 void FileNameOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void ObjectsOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
           
 void SourcesOption.addCommands(java.util.List<java.lang.String> commandList, CppCompiler compiler, CompilerPhase phase)
          Adds the compiler switches repreesnted by this option to the list of switches.
 boolean UndefineOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean VsProjectOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean IncludeOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean OptimizeOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean ProfileOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean GenerateVsProject.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean RuntimeOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean RelocatableOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean GenericOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean RttiOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean DefineOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean CompileOnlyOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean ManifestOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean BoundsCheckOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean DebugOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean ProcArchOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean LibpathOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean LibraryOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean QuietOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean MultithreadedOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean ExceptionsOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean OptionsOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean WarningsOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean TargetOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean DynamicSourcesOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean RunpathOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean ResourceOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 boolean FileNameOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean ObjectsOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
           
 boolean SourcesOption.appliesTo(CppCompiler compiler, CompilerPhase phase)
          Returns true if this compiler option applies to the given compiler and compiler phase.
 java.lang.Integer VsProjectOption.calculateConfigurationType(CppCompiler compiler)
           
 java.util.List<java.lang.String> VsProjectOption.calculateIncludePath(java.lang.String commandLine, CppCompiler compiler)
           
 java.util.List<java.lang.String> VsProjectOption.calculateLibPath(java.lang.String commandLine, CppCompiler compiler)
           
 java.util.List<java.lang.String> VsProjectOption.calculateLibraries(java.lang.String commandLine, CppCompiler compiler)
           
 java.util.List<java.lang.String[]> TargetOption.calculateLinks(CppCompiler compiler)
          Returns a list of name pairs.
 java.lang.String VsProjectOption.calculateName(CppCompiler compiler)
           
 java.lang.String VsProjectOption.calculateProjectFile(CppCompiler compiler)
           
protected  java.io.File GenerateVsProject.calculateProjectFile(CppCompiler compiler)
          Calculates the project file based on the settings.
 java.io.File ResourceOption.calculateRcFile(CppCompiler compiler)
           
protected  java.io.File TargetOption.calculateTargetFile(CppCompiler compiler)
          Returns the primary target file.
 java.lang.Integer VsProjectOption.calculateTargetMachine(java.lang.String commandLine, CppCompiler compiler)
           
 java.lang.String VsProjectOption.calculateTargetName(CppCompiler compiler)
           
 java.util.List<java.lang.String> VsProjectOption.creates(CppCompiler compiler, CompilerPhase phase)
           
 java.util.List<java.lang.String> GenerateVsProject.creates(CppCompiler compiler, CompilerPhase phase)
          Returns a list of filenames representing the files that are created due to the presence of this compiler option.
 java.util.List<java.lang.String> DebugOption.creates(CppCompiler compiler, CompilerPhase phase)
           
 java.util.List<java.lang.String> TargetOption.creates(CppCompiler compiler, CompilerPhase phase)
          Returns a list of filenames representing the files that are created due to the presence of this compiler option.
 java.util.List<java.lang.String> DynamicSourcesOption.creates(CppCompiler compiler, CompilerPhase phase)
          Returns a list of filenames representing the files that are created due to the presence of this compiler option.
 java.util.List<java.lang.String> ResourceOption.creates(CppCompiler compiler, CompilerPhase phase)
          Returns a list of filenames representing the files that are created due to the presence of this compiler option.
 void VsProjectOption.execute(CppCompiler compiler)
           
 java.io.File BoundsCheckOption.getNMCL(CppCompiler compiler)
           
 java.io.File CompuwareOption.getNMCL(CppCompiler compiler)
           
 java.io.File BoundsCheckOption.getNMLink(CppCompiler compiler)
           
 java.io.File CompuwareOption.getNMLink(CppCompiler compiler)
           
protected  java.io.File DynamicSourcesOption.safeGetFile(CppCompiler compiler, TerpEcho echo)
           
 

Method parameters in com.codemesh.terp.ant.compiler.cpp with type arguments of type CppCompiler
 void CppCompilerImpl.addOption(CompilerOption<CppCompiler> option)
          Adds a precreated option to the list of compiler options.
 


terp - the ANT Tasks
v1.3.309

Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.