Enumeration

CamelSExpResultType

since: 3.4

Declaration

enum Camel.SExpResultType

Description [src]

Defines type of a CamelSExpResult.

Available since: 3.4

Members

Name Description
CAMEL_SEXP_RES_ARRAY_PTR

Type is a ptrarray, what it points to is implementation dependant.

CAMEL_SEXP_RES_INT

Type is a number.

CAMEL_SEXP_RES_STRING

Type is a pointer to a single string.

CAMEL_SEXP_RES_BOOL

Boolean type.

CAMEL_SEXP_RES_TIME

Time_t type.

CAMEL_SEXP_RES_UNDEFINED

Unknown type.