.. _program_listing_file__tmp_ws_src_hpp-fcl_include_hpp_fcl_serialization_fwd.h: Program Listing for File fwd.h ============================== |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/hpp-fcl/include/hpp/fcl/serialization/fwd.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp // // Copyright (c) 2021 INRIA // #ifndef HPP_FCL_SERIALIZATION_FWD_H #define HPP_FCL_SERIALIZATION_FWD_H #include #include #include "hpp/fcl/serialization/eigen.h" #define HPP_FCL_SERIALIZATION_SPLIT(Type) \ template \ void serialize(Archive& ar, Type& value, const unsigned int version) { \ split_free(ar, value, version); \ } #endif // ifndef HPP_FCL_SERIALIZATION_FWD_H