Carbide.c++

Uses of Interface
com.nokia.carbide.cpp.epoc.engine.preprocessor.IIncludeFileLocator

Packages that use IIncludeFileLocator
com.nokia.carbide.cdt.builder   
com.nokia.carbide.cpp.epoc.engine.model   
com.nokia.carbide.internal.api.cpp.epoc.engine.preprocessor   
 

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

Classes in com.nokia.carbide.cdt.builder that implement IIncludeFileLocator
 class DefaultIncludeFileLocator
          This default include file locator provides system #include directories based on an SDK's include directory and variant.hrh directory.
 

Methods in com.nokia.carbide.cdt.builder that return IIncludeFileLocator
 IIncludeFileLocator DefaultViewParserConfiguration.getIncludeFileLocator()
           
 

Methods in com.nokia.carbide.cdt.builder with parameters of type IIncludeFileLocator
 void DefaultViewParserConfiguration.setIncludeFileLocator(IIncludeFileLocator includeFileLocator)
          For test purposes.
 

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

Methods in com.nokia.carbide.cpp.epoc.engine.model that return IIncludeFileLocator
 IIncludeFileLocator IViewParserConfiguration.getIncludeFileLocator()
          Get the lookup semantics for #include files.
 

Uses of IIncludeFileLocator in com.nokia.carbide.internal.api.cpp.epoc.engine.preprocessor
 

Classes in com.nokia.carbide.internal.api.cpp.epoc.engine.preprocessor that implement IIncludeFileLocator
 class com.nokia.carbide.internal.api.cpp.epoc.engine.preprocessor.BasicIncludeFileLocator
          This implementation searches the directory of the current source file and a list of provided paths using these rules: Every file is checked in the directory of the current #include, if known.
 


Carbide.c++