28 const bool result = (id_tag & tag) == tag;
ID and Library types, which are fundamental for SDNA.
Value lookup_default(const Key &key, const Value &default_value) const
Value & lookup_or_add(const Key &key, const Value &value)
int get_ID_tag(ID *id) const
bool check_is_built(ID *id, int tag=TAG_COMPLETE) const
Map< ID *, int > id_tags_
bool check_is_built_and_tag(ID *id, int tag=TAG_COMPLETE)
void tag_built(ID *id, int tag=TAG_COMPLETE)