| 179 | size_t Size() const { return m_guard->GetNumFeatures(); } |
| 180 | |
| 181 | FeatureTypeWrapper GetFeatureByIndex(uint32_t index) |
| 182 | { |
| 183 | FeatureTypeWrapper ftw(m_self.lock(), m_guard->GetFeatureByIndex(index)); |
| 184 | if (m_parse) |
| 185 | ftw.ParseAll(); |
| 186 | |
| 187 | return ftw; |
| 188 | } |
| 189 | |
| 190 | bp::dict GetSectionsInfo() const |
| 191 | { |