|
OpenStructure
|
Functions | |
| template<typename T > | |
| void | swap_buf (T *p, int n) |
| void | swap_short (short int *p, short int n) |
| void | swap_ushort (ushort *p, short int n) |
| void | swap_int (int *p, int n) |
| void | swap_uint (uint *p, int n) |
| void | swap_float (float *p, int n) |
| void | swap_double (Real *p, int n) |
| void | swap_long (long *p, int n) |
| void ost::img::util::swap_buf | ( | T * | p, |
| int | n | ||
| ) |
Definition at line 55 of file swap_util.hh.
|
inline |
1.8.1.1