Next: 4.10.31 nxo_regex
Up: 4.10 Classes
Previous: 4.10.29 nxo_pmark
Contents
Index
Subsections
4.10.30 nxo_real
The nxo_real class is a subclass of the nxo class.
void nxo_real_new(cw_nxo_t *a_nxo, cw_nxor_t a_val):
- Input(s):
-
- a_nxo:
- Pointer to a real nxo.
- a_val:
- Initial value.
- Output(s):
- None.
- Exception(s):
- None.
- Description:
- Constructor.
cw_nxor_t nxo_real_get(const cw_nxo_t *a_nxo):
- Input(s):
-
- a_nxo:
- Pointer to a real nxo.
- Output(s):
-
- retval:
- Value of a_nxo.
- Exception(s):
- None.
- Description:
- Return the value of a_nxo.
void nxo_real_set(cw_nxo_t *a_nxo, cw_nxor_t a_val):
- Input(s):
-
- a_nxo:
- Pointer to a real nxo.
- a_val:
- Real value.
- Output(s):
- None.
- Exception(s):
- None.
- Description:
- Set the value of a_nxo to a_val.
Next: 4.10.31 nxo_regex
Up: 4.10 Classes
Previous: 4.10.29 nxo_pmark
Contents
Index
Jason Evans
2005-03-16