Struct

CamelSExpTerm

since: 3.4

Description [src]

struct CamelSExpTerm {
  CamelSExpTermType type;
}

The “value” union member holds the actual value of the term, chosen according to type.

Structure members
type: CamelSExpTermType

A type of the term; one of CamelSExpTermType.

Available since: 3.4