|
@@ -18,7 +18,6 @@ ObjectStreamOut::ObjectStreamOut(ostream &inStream) :
|
|
|
// Add all primitives to the class set
|
|
// Add all primitives to the class set
|
|
|
#define JPH_DECLARE_PRIMITIVE(name) mClassSet.insert(JPH_RTTI(name));
|
|
#define JPH_DECLARE_PRIMITIVE(name) mClassSet.insert(JPH_RTTI(name));
|
|
|
#include <ObjectStream/ObjectStreamTypes.h>
|
|
#include <ObjectStream/ObjectStreamTypes.h>
|
|
|
-#undef JPH_DECLARE_PRIMITIVE
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
ObjectStreamOut *ObjectStreamOut::Open(EStreamType inType, ostream &inStream)
|
|
ObjectStreamOut *ObjectStreamOut::Open(EStreamType inType, ostream &inStream)
|
|
@@ -182,7 +181,4 @@ void ObjectStreamOut::WritePointerData(const RTTI *inRTTI, const void *inPointer
|
|
|
// This file uses the JPH_DECLARE_PRIMITIVE macro to define all types
|
|
// This file uses the JPH_DECLARE_PRIMITIVE macro to define all types
|
|
|
#include <ObjectStream/ObjectStreamTypes.h>
|
|
#include <ObjectStream/ObjectStreamTypes.h>
|
|
|
|
|
|
|
|
-// Remove macro
|
|
|
|
|
-#undef JPH_DECLARE_PRIMITIVE
|
|
|
|
|
-
|
|
|
|
|
} // JPH
|
|
} // JPH
|