weight.cc (96B)
1 #include "mutextree" 2 3 int MutexTree::weight() const { 4 return _root ? _root->weight() : 0; 5 }