Carbide.c++

Uses of Interface
com.nokia.carbide.cpp.epoc.engine.model.bldinf.IMakefileReference

Packages that use IMakefileReference
com.nokia.carbide.cpp.epoc.engine.model.bldinf   
 

Uses of IMakefileReference in com.nokia.carbide.cpp.epoc.engine.model.bldinf
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.bldinf that return IMakefileReference
 IMakefileReference IBldInfView.createMakefileReference()
          Creates, doesn’t add
 IMakefileReference[] IBldInfView.getAllMakefileReferences()
          Get copy of list of normal and test makefiles This is a copy of information derived from the view contents at the time of the query.
 IMakefileReference[] IBldInfData.getAllMakefileReferences()
          Read copy of list of normal and test makefiles This is a copy of information derived from the view contents at the time of the query.
 


Carbide.c++