27 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 getIDTag(ID *id) const
void tagBuild(ID *id, int tag=TAG_COMPLETE)
bool checkIsBuiltAndTag(ID *id, int tag=TAG_COMPLETE)
Map< ID *, int > id_tags_
bool checkIsBuilt(ID *id, int tag=TAG_COMPLETE) const