
26 Appendix A2 Exported Function Summary
Description
OxDeleteObject deletes the object; this calls the destructor, and deallocates all
memory owned by the object. Use FOxCreateObject to create an object.
OxLibArgError
void OxLibArgError(int iArg);
iArg in: argument index
No return value.
Description
Reports an error in argument iArg, and generates a run-time error.
OxLibArgTypeError
void OxLibArgTypeError(int iArg, int iExpect, int iFound);
iArg in: argument index
iExpect in: expected type, one of OX
INT, OX DOUBLE, OX MATRIX,etc.
iFound in: found type
No return value.
Description
Reports a type error in argument iArg, and generates a run-time error.
OxLibCheckArrayMatrix
void OxLibCheckArrayMatrix(OxVALUE *pv, int iFirst, int iLast,
MATRIX m);
pv in: array of values of type OX
ARRAY
iFirst in: firstinarraytocheck
iLast in: lastinarraytocheck
m in: matrix
No return value.
Description
Checks if any of the values in pv[iFirst]...pv[iLast] (these must be of type
OX
ARRAY) coincide with the matrix m.
Komentarze do niniejszej Instrukcji