Blue Brain BioExplorer
Macros.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SERIALIZATION_ACCESS(type)
 
#define SERIALIZATION_FRIEND(type)   friend void staticjson::init(type*, staticjson::ObjectHandler*);
 

Macro Definition Documentation

◆ SERIALIZATION_ACCESS

#define SERIALIZATION_ACCESS (   type)
Value:
namespace staticjson \
{ \
class ObjectHandler; \
void init(core::type*, ObjectHandler*); \
}
void init(core::Box< U > *, ObjectHandler *)

Definition at line 25 of file Macros.h.

◆ SERIALIZATION_FRIEND

#define SERIALIZATION_FRIEND (   type)    friend void staticjson::init(type*, staticjson::ObjectHandler*);

Definition at line 32 of file Macros.h.