mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Improve debugging output.
This commit is contained in:
@@ -44,6 +44,8 @@ public:
|
||||
/* Attempts to insert ITEM in the table. If there is already an equal
|
||||
entry in it, returns it. Otherwise inserts ITEM and returns NULL. */
|
||||
KeywordExt * insert (KeywordExt *item);
|
||||
/* Print the table's contents. */
|
||||
void dump () const;
|
||||
|
||||
private:
|
||||
/* Vector of entries. */
|
||||
|
||||
Reference in New Issue
Block a user