Header file sourceinfo.hpp

#define SIPLASPLAS_REFLECTION_DYNAMIC_SOURCEINFO_HPP 

#include "scope.hpp"

#include <siplasplas/reflection/static/sourceinfo.hpp>

#include <string>

namespace cpp
{
    namespace dynamic_reflection
    {
        using Kind = static_reflection::Kind;
        
        class SourceInfo;
    }
}