Carbide.c++

Uses of Package
com.nokia.carbide.cpp.epoc.engine.preprocessor

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

Classes in com.nokia.carbide.cpp.epoc.engine.preprocessor used by com.nokia.carbide.cdt.builder
AcceptedNodesViewFilter
          This filter supplies nodes that would ordinarily be accepted given the macro settings and #if branches in source.
IDefine
          High-level information about a macro definition.
IIncludeFileLocator
          This interface provides a means to look up include files using normal C/C++ semantics
ITranslationUnitProvider
          This provides cached preprocessor translation units for files.
IViewFilter
          This interface, implemented by a client or by a standard implementation, is used to determine how to interpret preprocessor conditionals and macros when determining what content to expose from a preprocessor DOM.
 

Classes in com.nokia.carbide.cpp.epoc.engine.preprocessor used by com.nokia.carbide.cpp.epoc.engine.model
IDefine
          High-level information about a macro definition.
IIncludeFileLocator
          This interface provides a means to look up include files using normal C/C++ semantics
ITranslationUnitProvider
          This provides cached preprocessor translation units for files.
IViewFilter
          This interface, implemented by a client or by a standard implementation, is used to determine how to interpret preprocessor conditionals and macros when determining what content to expose from a preprocessor DOM.
 

Classes in com.nokia.carbide.cpp.epoc.engine.preprocessor used by com.nokia.carbide.cpp.epoc.engine.preprocessor
DefaultModelDocumentProvider
          A default implementation of IModelDocumentProvider which caches documents.
DefaultTranslationUnitProvider
          A default implementation of ITranslationUnitProvider which caches translation units.
IDefine
          High-level information about a macro definition.
ITranslationUnit
          Opaque handle to a translation unit
ITranslationUnitProvider
          This provides cached preprocessor translation units for files.
IViewFilter
          This interface, implemented by a client or by a standard implementation, is used to determine how to interpret preprocessor conditionals and macros when determining what content to expose from a preprocessor DOM.
 

Classes in com.nokia.carbide.cpp.epoc.engine.preprocessor used by com.nokia.carbide.cpp.sdk.core
IDefine
          High-level information about a macro definition.
 

Classes in com.nokia.carbide.cpp.epoc.engine.preprocessor used by com.nokia.carbide.internal.api.cpp.epoc.engine.preprocessor
IIncludeFileLocator
          This interface provides a means to look up include files using normal C/C++ semantics
 


Carbide.c++