8 #include <hilti/ast/type.h> 23 const std::string& cxxName()
const {
return _cxx_name; }
24 bool operator==(
const Library& other)
const {
return _cxx_name == other._cxx_name; }
28 if ( other.
cxxID() == _cxx_name )
31 return node::isEqual(
this, other);
35 auto _isResolved(ResolvedState* rstate)
const {
return true; }
40 std::string _cxx_name;
auto isEqual(const Type &other) const
Definition: library.h:27
auto _isResolved(ResolvedState *rstate) const
Definition: library.h:35
const std::optional< ID > & cxxID() const
Definition: type.h:177
std::map< std::string, node::detail::PropertyValue > Properties
Definition: node.h:97
auto properties() const
Definition: library.h:37