#include <mootBinIO.h>
Inheritance diagram for mootBinIO::Item< T >:
|
Load a single item |
|
Load a C-array of items. 'n' should hold the currently allocated length of 'x'. If the saved length is > n, 'x' will be re-allocated. The new size of the array will be stored in 'n' at completion. |
|
Save a single item |
|
Save a C-array of items. 'n' should hold the number of items in 'x', it will be written first. |