Collision Checker
broadphase_failure_export.h
Go to the documentation of this file.
1 #pragma once
2 #include <s11n.net/s11n/s11nlite.hpp> // s11nlite framework
4 
5 namespace collision {
6 namespace serialize {
8  public:
10  virtual bool operator()(s11nlite::node_type &dest) const { return true; }
11  virtual bool operator()(const s11nlite::node_type &src) { return true; }
12  virtual ~BroadphaseFailureExport(void) {}
13 };
14 } // namespace serialize
15 
16 } // namespace collision
virtual bool operator()(s11nlite::node_type &dest) const
virtual bool operator()(const s11nlite::node_type &src)
int serialize(const test::BroadphaseFailureCCObj &bf_object, std::ostream &output_stream, const char *format=SERIALIZER_DEFAULT_FORMAT)