#include <references.h>
Inheritance diagram for IstrReference:

Public Methods | |
| IstrReference () | |
| IstrReference (vma_t _from, vma_t _to, bool _direct, enum FlowTypes _type, bool _isApi=false) | |
| IstrReference (vma_t _from, vma_t _to) | |
| bool | operator== (const IstrReference &rhs) const |
| bool | operator< (const IstrReference &rhs) const |
Public Attributes | |
| vma_t | from |
| vma_t | to |
| enum FlowTypes | type |
| bool | direct |
| bool | isApi |
|
|
Definition at line 34 of file references.h.
00034 {};
|
|
||||||||||||||||||||||||
|
Definition at line 35 of file references.h. References direct, FlowTypes, from, isApi, to, type, and vma_t.
|
|
||||||||||||
|
Definition at line 37 of file references.h. References from, to, and vma_t.
|
|
|
Definition at line 46 of file references.h.
|
|
|
Definition at line 44 of file references.h.
|
|
|
Definition at line 42 of file references.h. Referenced by IstrReference(), and CheckRef::operator()(). |
|
|
Definition at line 39 of file references.h. Referenced by CodeParser::AddExportTempFlow(), CodeParser::AddTempFlow(), CodeParser::ExtractTempRef(), IstrReference(), operator<(), and operator==(). |
|
|
Definition at line 43 of file references.h. Referenced by IstrReference(). |
|
|
Definition at line 40 of file references.h. Referenced by CodeParser::AddExportTempFlow(), CodeParser::AddTempFlow(), CodeParser::CheckCodeRecursively(), CodeParser::ExtractTempRef(), IstrReference(), CheckRef::operator()(), operator<(), operator==(), and CodeParser::Parse(). |
|
|
Definition at line 41 of file references.h. Referenced by CodeParser::AddExportTempFlow(), CodeParser::AddTempFlow(), CodeParser::ExtractTempRef(), IstrReference(), and CheckRef::operator()(). |
1.2.15