Go to the documentation of this file.
61 #define DECLARE_RESTART_VIRTUAL \
62 virtual ostream& Restart(ostream& out) const = 0
64 #define DECLARE_RESTART \
65 virtual ostream& Restart(ostream& out) const
67 #define IMPLEMENT_RESTART( ClassName ) \
68 ostream& ClassName::Restart(ostream& out) const