Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.model.IInclude

Packages that use IInclude
org.eclipse.cdt.core.model   
 

Uses of IInclude in org.eclipse.cdt.core.model
 

Methods in org.eclipse.cdt.core.model that return IInclude
 IInclude ITranslationUnit.createInclude(String name, boolean isStd, ICElement sibling, IProgressMonitor monitor)
          Creates and returns an include declaration in this translation unit with the given name.
 IInclude ITranslationUnit.getInclude(String name)
          Returns the include declaration in this translation unit with the given name.
 IInclude[] ITranslationUnit.getIncludes()
          Returns the include declarations in this translation unit in the order in which they appear in the source.
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.