Header file field.hpp

#define SIPLASPLAS_REFLECTION_DYNAMIC_FIELD_HPP 

#include "object.hpp"

#include "entity.hpp"

#include <type_traits>

#include <string>

#include <cstddef>

namespace cpp
{
    namespace dynamic_reflection
    {
        class Field;
    }
}