Next: 4.10.29 nxo_pmark
Up: 4.10 Classes
Previous: 4.10.27 nxo_null
Contents
Index
Subsections
4.10.28 nxo_operator
The nxo_operator class is a subclass of the nxo class.
void nxo_operator_new(cw_nxo_t *a_nxo, cw_op_t *a_op,
cw_nxn_t a_nxn):
- Input(s):
-
- a_nxo:
- Pointer to an operator nxo.
- a_op:
- Pointer to an operator function.
- a_nxn:
- NXN_ZERO, or an nxn.
- Output(s):
- None.
- Exception(s):
- None.
- Description:
- Constructor.
cw_op_t * nxo_operator_f(const cw_nxo_t *a_nxo):
- Input(s):
-
- a_nxo:
- Pointer to an operator nxo.
- Output(s):
-
- retval:
- Pointer to an operator function.
- Exception(s):
- None.
- Description:
- Return the operator function associated with a_nxo.
Jason Evans
2005-03-16