Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: SHGTOKEN.H

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class Token

class Token;

Description

Formula token class and argument flag definitions.

Members

Defined in Token:
EClassDelimiter, EClassFunction, EClassOperand, EClassOperator, EMultipleArguments, ETypeAll, ETypeNumber, ETypeRange, ETypeVariable, TFunctionArgumentType, TLexTokenClass, anonymous


Member enumerations


Enum TLexTokenClass

TLexTokenClass

Description

Formula token class flag definitions.

EClassOperator

Token represents an operator.

EClassDelimiter

Token represents a delimiter.

EClassFunction

Token represents a function.

EClassOperand

Token represents an operand.


Enum TFunctionArgumentType

TFunctionArgumentType

Description

Function argument type flag definitions.

ETypeNumber

Function expects a number argument.

ETypeRange

Function expects a range argument.

ETypeAll

Function expects any argument type.

ETypeVariable

Function expects a variable argument.


Enum anonymous

n/a

Description

Function multiple arguments flag definition.

EMultipleArguments

Function has multiple arguments.