| 126 | typedef InternedString EntryID; |
| 127 | typedef std::vector< EntryID > EntryIDList; |
| 128 | class Entry; |
| 129 | // singleton representing the root name |
| 130 | static const EntryID rootName; |
| 131 | // singleton representing the root location (to be passed in the factory function) |
no outgoing calls
no test coverage detected