1 2 3 4 5
#include "MetadataBase.hpp" bool Metadata::TypePropertyInfo::IsDirectAccess() const { return getterName.empty() && setterName.empty(); }