OpenStructure
|
#include <cmath>
Go to the source code of this file.
Namespaces | |
ost | |
ost::io | |
Functions | |
template<typename T > | |
void | swap_buf (T *p, int n) |
void | swap_short (short int *p, short int n) |
void | swap_ushort (unsigned short int *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 (double *p, int n) |
void | swap_long (long *p, int n) |