| 1140 | } |
| 1141 | |
| 1142 | unsigned count() const |
| 1143 | { |
| 1144 | unsigned BitCount = 0; |
| 1145 | for (ElementListConstIter Iter = Elements.begin(); |
| 1146 | Iter != Elements.end(); |
| 1147 | ++Iter) |
| 1148 | BitCount += Iter->count(); |
| 1149 | |
| 1150 | return BitCount; |
| 1151 | } |
| 1152 | |
| 1153 | iterator begin() const |
| 1154 | { |