8 #include <hilti/ast/type.h> 24 const std::string& cxxName()
const {
return _cxx_name; }
25 bool operator==(
const Library& other)
const {
return _cxx_name == other._cxx_name; }
29 if ( other.cxxID() == _cxx_name )
32 return node::isEqual(
this, other);
39 std::string _cxx_name;
auto isEqual(const Type &other) const
Definition: library.h:28
std::map< std::string, node::detail::PropertyValue > Properties
Definition: node.h:83
auto properties() const
Definition: library.h:36