#include <BALL/COMMON/rtti.h>
#include <BALL/DATATYPE/hashMap.h>
#include <BALL/DATATYPE/stringHashMap.h>
#include <BALL/DATATYPE/hashSet.h>
#include <BALL/CONCEPT/persistentObject.h>
#include <BALL/COMMON/global.h>
#include <fstream>
#include <iomanip>
#include <boost/shared_ptr.hpp>
#include <BALL/CONCEPT/persistenceManager.iC>
Go to the source code of this file.
|
| BALL |
| -*- Mode: C++; tab-width: 2; -*-
|
|
#define BALL_READ_PRIMITIVE_MEMBER |
( |
|
pm, |
|
|
|
x |
|
) |
| pm.readPrimitive(x,#x) |
#define BALL_WRITE_PRIMITIVE_MEMBER |
( |
|
pm, |
|
|
|
x |
|
) |
| pm.writePrimitive(x,#x) |