Collision Checker
broadphase_failure_cc_obj_export.h
Go to the documentation of this file.
1 #pragma once
2 #include <s11n.net/s11n/s11nlite.hpp> // s11nlite framework
5 
6 namespace collision {
7 namespace serialize {
9  public:
12 
13  virtual bool operator()(s11nlite::node_type &dest) const;
14  virtual bool operator()(const s11nlite::node_type &src);
15 
16  virtual ~BroadphaseFailure_cc_objExport(void);
17  const test::BroadphaseFailure *getFailure(void) const;
18 
19  protected:
21 };
22 
23 } // namespace serialize
24 
25 } // namespace collision
int serialize(const test::BroadphaseFailureCCObj &bf_object, std::ostream &output_stream, const char *format=SERIALIZER_DEFAULT_FORMAT)
virtual bool operator()(s11nlite::node_type &dest) const
const test::BroadphaseFailure * getFailure(void) const