Eclipse CDT
Pre-release 3.0
A B C D E F G H I J K L M N O P Q R S T U V W

T

t_Bool - Static variable in interface org.eclipse.cdt.core.dom.ast.c.ICASTSimpleDeclSpecifier
t_Bool boolean. e.g.
t_Bool - Static variable in interface org.eclipse.cdt.core.dom.ast.c.ICBasicType
 
t_bool - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleDeclSpecifier
t_bool bool
t_bool - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
t_bool = bool
t_bool - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPBasicType
 
t_char - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
t_char == char
t_char - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
t_char implies char type e.g. char y;
t_char - Static variable in interface org.eclipse.cdt.core.dom.ast.IBasicType
 
t_double - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
t_double == double
t_double - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
t_double implies double floating point type. e.g. double d;
t_double - Static variable in interface org.eclipse.cdt.core.dom.ast.IBasicType
 
t_float - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
t_float == float
t_float - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
t_float implies floating point type. e.g. float yy;
t_float - Static variable in interface org.eclipse.cdt.core.dom.ast.IBasicType
 
t_int - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
t_int == int
t_int - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
t_int implies int type e.g. int x;
t_int - Static variable in interface org.eclipse.cdt.core.dom.ast.IBasicType
 
t_last - Static variable in interface org.eclipse.cdt.core.dom.ast.c.ICASTSimpleDeclSpecifier
t_last is defined for sub-interfaces.
t_last - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleDeclSpecifier
t_last is specified for subinterfaces.
t_last - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
t_last is provided for subinterfaces.
t_last - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier
t_last is specified for subinterfaces.
t_last - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier
t_last is for subinterfaces to extend these types.
t_last - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
t_last specified for subinterface definition.
t_long - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
t_long = long
t_short - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
t_short = short
t_signed - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
t_signed = signed
t_typeof - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier
t_typeof represents a typeof() expression type.
t_typeof - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier
t_typeof represents a typeof() expression type.
t_typeof - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPBasicType
 
t_unsigned - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
t_unsigned = unsigned
t_unspecified - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
t_unspecified (error)
t_unspecified - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
t_unspecified implies an unspecified type. .e.g x = 5; // declaration w/t_unspecified type logically defaults to integer.
t_unspecified - Static variable in interface org.eclipse.cdt.core.dom.ast.IBasicType
 
t_void - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
t_void == void
t_void - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
t_void implies void type e.g. void x();
t_void - Static variable in interface org.eclipse.cdt.core.dom.ast.IBasicType
 
t_wchar_t - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleDeclSpecifier
t_wchar_t wchar_t
t_wchar_t - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
t_wchar_t = wchar_t
t_wchar_t - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPBasicType
 
taken() - Method in interface org.eclipse.cdt.core.dom.ast.IASTPreprocessorElifStatement
Was this #elif branch taken?
taken() - Method in interface org.eclipse.cdt.core.dom.ast.IASTPreprocessorElseStatement
Was this #else branch taken?
taken() - Method in interface org.eclipse.cdt.core.dom.ast.IASTPreprocessorIfdefStatement
Was this #ifdef branch taken?
taken() - Method in interface org.eclipse.cdt.core.dom.ast.IASTPreprocessorIfndefStatement
Was this branch taken?
taken() - Method in interface org.eclipse.cdt.core.dom.ast.IASTPreprocessorIfStatement
Was this branch taken?
takesVarArgs() - Method in interface org.eclipse.cdt.core.dom.ast.IASTStandardFunctionDeclarator
Does this function take a variable number of arguments?
takesVarArgs() - Method in interface org.eclipse.cdt.core.dom.ast.IFunction
Whether or not this function takes variable arguments
TASK_MARKER - Static variable in interface org.eclipse.cdt.core.model.ICModelMarker
C model task marker type (value "org.eclipse.cdt.core.task").
TEMPLATE_ID_ARGUMENT - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateId
TEMPLATE_ID_ARGUMENT = template id argument.
TEMPLATE_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateId
TEMPLATE_NAME is the IASTName.
TEMPORARY - Static variable in interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint
 
terminate() - Method in interface org.eclipse.cdt.debug.core.cdi.ICDISession
Causes this element to terminate, generating a KIND_TERMINATE event.
terminate() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
Causes this target to terminate.
terminateSessionOnExit() - Method in interface org.eclipse.cdt.debug.core.cdi.ICDISessionConfiguration
Returns whether the session should be terminated when the inferior exits.
THEN - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTIfStatement
THEN represents the relationship between an IASTIfStatement and its nested IASTStatement (then).
ti_extern - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTExplicitTemplateInstantiation
ti_extern implies 'extern' keyword is used.
ti_inline - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTExplicitTemplateInstantiation
ti_inline implies 'inline' keyword is used.
ti_static - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTExplicitTemplateInstantiation
ti_static implies 'static' keyword is used.
toCharArray() - Method in interface org.eclipse.cdt.core.dom.ast.IASTName
Return a char array representation of the name.
toString() - Method in class org.eclipse.cdt.core.dom.ast.ASTNodeProperty
 
toString() - Method in class org.eclipse.cdt.core.model.CModelException
Returns a printable representation of this exception suitable for debugging purposes only.
toString(int) - Static method in class org.eclipse.cdt.core.model.Flags
Returns a standard string describing the given modifier flags.
toString() - Method in exception org.eclipse.cdt.debug.core.cdi.CDIException
 
TYPE - Static variable in interface org.eclipse.cdt.core.search.ICSearchConstants
The searched element is a type.
TYPE_ID - Static variable in interface org.eclipse.cdt.core.dom.ast.c.ICASTTypeIdInitializerExpression
TYPE_ID represents the relationship between an ICASTTypeIdInitializerExpression and IASTTypeId.
TYPE_ID - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConversionName
 
TYPE_ID - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression
TYPE_ID is the type being 'newed'.
TYPE_ID - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTCastExpression
TYPE_ID represents the relationship between a cast expression and the type cast to.
TYPE_ID - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
TYPEID represents the relationship between an IASTTypeIdExpression and it's nested IASTTypeId.
TYPE_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTCompositeTypeSpecifier
TYPE_NAME represents the relationship between an IASTCompositeTypeSpecifier and its IASTName.
TYPE_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTElaboratedTypeSpecifier
TYPE_NAME describes the relationship between IASTElaboratedTypeSpecifier and IASTName.
TYPEDEF - Static variable in interface org.eclipse.cdt.core.search.ICSearchConstants
 
TYPENAME - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTypenameExpression
TYPENAME is the name of the type.
TYPEOF_EXPRESSION - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier
TYPEOF_EXPRESSION represents the relationship between the decl spec & the expression for typeof().
TYPEOF_EXPRESSION - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier
TYPEOF_EXPRESSION represents the relationship between the decl spec & the expression for typeof().

Eclipse CDT
Pre-release 3.0
A B C D E F G H I J K L M N O P Q R S T U V W
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.