LoadSave.h File Reference
Detailed Description
Describes LoadSave, inherit from this to use a standard interface for loading and saving.
- Author:
- ejt (Creator)
Daniel Höh (Revisor)
- Author
- ejt
- Name
- Revision
- 1.22
- State
- Exp
- Date
- 2007/01/30 22:56:20
Definition in file LoadSave.h.
#include <string>
#include <sys/param.h>
#include <stdexcept>
#include <stdarg.h>
#include "attributes.h"
Include dependency graph for LoadSave.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Classes |
| class | LoadSave |
| | Intended as an interface to allow easy and portable serialization operations. More...
|
Defines |
|
#define | LOADSAVE_SWAPBYTES 0 |
| | On PLATFORM_APERIOS, we avoid swapping bytes, since it's likely to be the most CPU constrained platform.
|
Functions |
|
int | vasprintf (char **ret, const char *format, va_list al) |
| | prototype declared only on PLATFORM_APERIOS; system provides an implementation, but apparently no API declaration
|
|