Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <SHGTOKEN.H>
This item is not part of the S60 5th Edition SDK

Class Token

Interface status: deprecated

class Token;

Description

Formula token class and argument flag definitions.

Members

Defined in Token:


Member enumerations


Enum TLexTokenClass

Interface status: deprecated Inherited from: Token

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

Interface status: deprecated Inherited from: Token

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

Interface status: deprecated Inherited from: Token

n/a

Description

Function multiple arguments flag definition.

EMultipleArguments

Function has multiple arguments.