7 #include <hilti/ast/type.h> 22 const std::string& cxxName()
const {
return _cxx_name; }
23 bool operator==(
const Library& other)
const {
return _cxx_name == other._cxx_name; }
27 if ( other.
cxxID() == _cxx_name )
30 return node::isEqual(
this, other);
34 auto _isResolved(ResolvedState* rstate)
const {
return true; }
39 std::string _cxx_name;
auto isEqual(const Type &other) const
Definition: library.h:26
auto _isResolved(ResolvedState *rstate) const
Definition: library.h:34
const std::optional< ID > & cxxID() const
Definition: type.h:186
std::map< std::string, node::detail::PropertyValue > Properties
Definition: node.h:98
auto properties() const
Definition: library.h:36