Header file function_pointer.hpp

#define SIPLASPLAS_REFLECTION_DYNAMIC_DETAIL_FUNCTIONPOINTER_HPP 

#include <siplasplas/utility/hash.hpp>

#include "object_manip.hpp"

namespace cpp
{
    namespace dynamic_reflection
    {
        class FunctionPointer;
    }
}