Ghidra Decompiler Analysis Engine
Classes | Typedefs
comment.hh File Reference

A database interface for high-level language comments. More...

#include "address.hh"
Include dependency graph for comment.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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...
 

Typedefs

typedef set< Comment *, CommentOrderCommentSet
 A set of comments sorted by function and address.
 

Detailed Description

A database interface for high-level language comments.