60#ifndef _das_form_rot_h_
61#define _das_form_rot_h_
72DAS_API
extern const DasForm_VTbl das_form_rotate_vtbl;
77#define DAS_FORM_ROT (&das_form_rotate_vtbl)
106DAS_API
int DasFormRotate_layout(
const das_operand* pOp);
131DAS_API DasForm* new_DasFormRotate(
const char* sFrom,
const char* sTo);
136DAS_API
const char* DasFormRotate_from(
const DasForm* pThis);
140DAS_API
const char* DasFormRotate_to(
const DasForm* pThis);
The form layer's currency: a snapshot of the facts a formalism may need.
Definition form.h:139