added sortedToc()

This commit is contained in:
andy
2009-08-06 17:43:39 +01:00
parent df37b6b431
commit 85f11fa7cc
3 changed files with 14 additions and 1 deletions

View File

@ -198,6 +198,9 @@ public:
//- Return the table of contents
List<Key> toc() const;
//- Return the table of contents as a sorted list
List<Key> sortedToc() const;
//- Print information
Ostream& printInfo(Ostream&) const;