|
decompiler
1.0.0
|
A database interface for high-level language comments. More...
#include "address.hh"Classes | |
| class | Comment |
| A comment attached to a specific function and code address. More... | |
| struct | CommentOrder |
| Compare two Comment pointers. More... | |
| class | CommentDatabase |
| An interface to a container of comments. More... | |
| class | CommentDatabaseInternal |
| An in-memory implementation of the CommentDatabase API. More... | |
| class | CommentSorter |
| A class for sorting comments into and within basic blocks. More... | |
| struct | CommentSorter::Subsort |
| The sorting key for placing a Comment within a specific basic block. More... | |
Typedefs | |
| typedef set< Comment *, CommentOrder > | CommentSet |
| A set of comments sorted by function and address. | |
A database interface for high-level language comments.
1.8.11