#include <oagFpgaOccRef.h>
Public Member Functions | |
OccRef () | |
OccRef (const OccRef ©) | |
OccRef (BBRef a, oa::oaOccurrence *o) | |
bool | operator< (const OccRef &comp) const |
bool | operator== (const OccRef &comp) const |
bool | operator!= (const OccRef &comp) const |
ModRef | getModRef () |
void | printName (bool lineFeed=true) |
Prints concise information about a OccRef. | |
void | print (bool lineFeed=true) |
Prints full information about a OccRef. | |
Public Attributes | |
oagAi::Ref | ref |
oa::oaOccurrence * | occurrence |
The reference may refer to the function implemented by a node.
Definition at line 22 of file oagFpgaOccRef.h.
|
Definition at line 24 of file oagFpgaOccRef.h. |
|
Definition at line 27 of file oagFpgaOccRef.h. References occurrence, and ref. |
|
Definition at line 30 of file oagFpgaOccRef.h. |
|
Gets the ModRef of the corresponding module-domain node. Definition at line 57 of file oagFpgaOccRef.h. |
|
Definition at line 53 of file oagFpgaOccRef.h. References occurrence, and ref. |
|
This operator involves a pointer comparison and will not produce the same ordering if the memory locations of occurrences change. This may be the case in two different executions, or if portions of the database are purged and reloaded. Definition at line 37 of file oagFpgaOccRef.h. References occurrence, and ref. |
|
Definition at line 50 of file oagFpgaOccRef.h. References occurrence, and ref. |
|
Prints full information about a OccRef.
Definition at line 808 of file oagFpgaOccGraph.cpp. References occurrence, and ref. |
|
Prints concise information about a OccRef.
Definition at line 853 of file oagFpgaOccGraph.cpp. References occurrence. |
|
|