Header file class.hpp
#define SIPLASPLAS_REFLECTION_DYNAMIC_CLASS_HPP 
#include "field.hpp"
#include "function.hpp"
#include "entity.hpp"
#include "type.hpp"
namespace cpp
{
    namespace dynamic_reflection
    {
        class Class;
    }
}