BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros
persistenceManager.h File Reference

Go to the source code of this file.

Classes

class  BALL::PersistenceManager

Namespaces

namespace  BALL

Macros

#define BALL_WRITE_PRIMITIVE_MEMBER(pm, x)   pm.writePrimitive(x,#x)
#define BALL_READ_PRIMITIVE_MEMBER(pm, x)   pm.readPrimitive(x,#x)

Macro Definition Documentation

#define BALL_READ_PRIMITIVE_MEMBER (   pm,
 
)    pm.readPrimitive(x,#x)

Definition at line 38 of file persistenceManager.h.

#define BALL_WRITE_PRIMITIVE_MEMBER (   pm,
 
)    pm.writePrimitive(x,#x)

Definition at line 37 of file persistenceManager.h.