nitc :: ExternCppFile :: _mmodule
nitc :: ExternCppFile :: defaultinit
nitc :: ExternCppFile :: mmodule
nitc :: ExternCppFile :: mmodule=
nitc $ ExternCppFile :: SELF
Type of this instance, automatically specialized in every classnitc $ ExternCppFile :: makefile_rule_content
The content of the rule in the makenitc $ ExternCppFile :: makefile_rule_name
The name of the target in the Makefilenitc :: ExternFile :: _filename
Filename relative to the nit-compile foldernitc :: ExternCppFile :: _mmodule
nitc :: ExternFile :: _pkgconfigs
Additional libraries needed for the compilationnitc :: ExternFile :: add_to_jar
Isself
a Java file to include in the JAR archive?
core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
nitc :: ExternFile :: compile
Compile this source filenitc :: ExternFile :: compiles_to_o_file
nitc :: ExternCppFile :: defaultinit
nitc :: ExternFile :: defaultinit
core :: Object :: defaultinit
nitc :: ExternFile :: filename=
Filename relative to the nit-compile foldercore :: Object :: is_same_instance
Return true ifself
and other
are the same instance (i.e. same identity).
core :: Object :: is_same_serialized
Isself
the same as other
in a serialization context?
core :: Object :: is_same_type
Return true ifself
and other
have the same dynamic type.
nitc :: ExternFile :: makefile_rule_content
The content of the rule in the makenitc :: ExternFile :: makefile_rule_name
The name of the target in the Makefilenitc :: ExternCppFile :: mmodule
nitc :: ExternCppFile :: mmodule=
core :: Object :: native_class_name
The class name of the object in CString format.core :: Object :: output_class_name
Display class name on stdout (debug only).nitc :: ExternFile :: pkgconfigs
Additional libraries needed for the compilationnitc :: ExternFile :: pkgconfigs=
Additional libraries needed for the compilation
class ExternCppFile
super ExternFile
var mmodule: MModule
redef fun makefile_rule_name do return "{filename}.o"
redef fun makefile_rule_content do return "$(CXX) $(CFLAGS) {mmodule.cppflags[""].join(" ")} -c {filename} -o {filename}.o"
redef fun compiles_to_o_file do return true
end
src/ffi/cpp.nit:178,1--186,3