Searched refs:MCLineEntryCollection (Results 1 – 1 of 1) sorted by relevance
194 typedef std::vector<MCLineEntry> MCLineEntryCollection; typedef195 typedef MCLineEntryCollection::iterator iterator;196 typedef MCLineEntryCollection::const_iterator const_iterator;197 typedef std::map<unsigned, MCLineEntryCollection> MCLineDivisionMap;210 const MCLineEntryCollection &getMCLineEntries(unsigned CUID) const { in getMCLineEntries()