Enumeration

CamelSExpTermType

since: 3.4

Declaration

enum Camel.SExpTermType

Description [src]

Defines type of a CamelSExpTerm and partly also CamelSExpSymbol.

Available since: 3.4

Members

Name Description
CAMEL_SEXP_TERM_INT

Integer literal.

CAMEL_SEXP_TERM_BOOL

Boolean literal.

CAMEL_SEXP_TERM_STRING

String literal.

CAMEL_SEXP_TERM_TIME

Time_t literal (number of seconds past the epoch)

CAMEL_SEXP_TERM_FUNC

Normal function, arguments are evaluated before calling.

CAMEL_SEXP_TERM_IFUNC

Immediate function, raw terms are arguments.

CAMEL_SEXP_TERM_VAR

Variable reference.