Uses of Class
net.sf.antcontrib.cpptasks.PrecompileDef
-
Packages that use PrecompileDef Package Description net.sf.antcontrib.cpptasks C++ and other compiled languages build support for Ant. -
-
Uses of PrecompileDef in net.sf.antcontrib.cpptasks
Fields in net.sf.antcontrib.cpptasks declared as PrecompileDef Modifier and Type Field Description private PrecompileDef
PrecompileExceptDef. owner
Collection ofcontained by definition Methods in net.sf.antcontrib.cpptasks that return PrecompileDef Modifier and Type Method Description PrecompileDef
CCTask. createPrecompile()
Specifies precompilation prototype file and exclusions.PrecompileDef
CompilerDef. createPrecompile()
Specifies precompilation prototype file and exclusions.PrecompileDef
CompilerDef. getActivePrecompile(CompilerDef ccElement)
private PrecompileDef
PrecompileDef. getRef()
Constructors in net.sf.antcontrib.cpptasks with parameters of type PrecompileDef Constructor Description PrecompileExceptDef(PrecompileDef owner)
Constructor
-