Carbide.c++

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

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

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

Subinterfaces of IMakMakeReference in com.nokia.carbide.cpp.epoc.engine.model.bldinf
 interface IMakefileReference
          Reference to a makefile in the PRJ_[TEST]MMPFILES block
 interface IMMPReference
          Reference to an mmp file in the PRJ_[TEST]MMPFILES block
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.bldinf that return IMakMakeReference
 IMakMakeReference IMakMakeReference.copy()
           
 IMakMakeReference[] IBldInfView.getAllMakMakeReferences()
          Get copy of list of normal and test MMPs and makefiles.
 IMakMakeReference[] IBldInfData.getAllMakMakeReferences()
          Read array of normal and test MMPs and makefiles.
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.bldinf that return types with arguments of type IMakMakeReference
 java.util.List<IMakMakeReference> IBldInfView.getMakMakeReferences()
          Access/modify prj_mmpfiles contents (may share entries from #getMakMakeReferences())
 java.util.List<IMakMakeReference> IBldInfData.getMakMakeReferences()
          Read prj_mmpfiles contents (may share entries from #getMakMakeReferences())
 java.util.List<IMakMakeReference> IBldInfView.getTestMakMakeReferences()
          Access/modify test_mmpfiles contents (may share entries from #getTestMakMakeReferences())
 java.util.List<IMakMakeReference> IBldInfData.getTestMakMakeReferences()
          Read test_mmpfiles contents (may share entries from #getTestMakMakeReferences())
 


Carbide.c++