Carbide.c++

Uses of Interface
com.nokia.carbide.cpp.epoc.engine.model.IData

Packages that use IData
com.nokia.carbide.cdt.builder   
com.nokia.carbide.cpp.epoc.engine.model   
com.nokia.carbide.cpp.epoc.engine.model.bldinf   
com.nokia.carbide.cpp.epoc.engine.model.makefile.image   
com.nokia.carbide.cpp.epoc.engine.model.mmp   
 

Uses of IData in com.nokia.carbide.cdt.builder
 

Constructors in com.nokia.carbide.cdt.builder with parameters of type IData
EpocEnginePathHelper(IData data, boolean unused)
          Construct an instance using the given data, to provide the project root.
 

Uses of IData in com.nokia.carbide.cpp.epoc.engine.model
 

Methods in com.nokia.carbide.cpp.epoc.engine.model that return IData
 IData<IView<Model>> IView.getData()
          Get a copy of cacheable data for the view.
 

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

Subinterfaces of IData in com.nokia.carbide.cpp.epoc.engine.model.bldinf
 interface IBldInfData
          A read-only view onto bld.inf contents.
 interface IBldInfView
          A view onto bld.inf contents.
 

Uses of IData in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
 

Subinterfaces of IData in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
 interface IImageMakefileData
          This is the interface to reading image Makefile contents.
 interface IImageMakefileView
          Interface to image-makefile specific commands.
 

Uses of IData in com.nokia.carbide.cpp.epoc.engine.model.mmp
 

Subinterfaces of IData in com.nokia.carbide.cpp.epoc.engine.model.mmp
 interface IMMPData
          The data provider for MMP views.
 interface IMMPView
          The view interface for MMP models.
 


Carbide.c++