Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

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
tekkotsu-3_0
Revision
1.21
State
Exp
Date
2006/10/03 21:11:51

Definition in file LoadSave.h.

#include <string>
#include <sys/param.h>
#include <stdexcept>
#include <stdarg.h>
#include "Shared/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


Define Documentation

#define LOADSAVE_SWAPBYTES   0

On PLATFORM_APERIOS, we avoid swapping bytes, since it's likely to be the most CPU constrained platform.

Definition at line 32 of file LoadSave.h.


Function Documentation

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

Referenced by LoadSave::checkIncT(), LoadSave::decodeIncT(), and LoadSave::encodeIncT().


Tekkotsu v3.0
Generated Wed Oct 4 00:04:15 2006 by Doxygen 1.4.7