#include <out.h>
Inheritance diagram for OutAddr:

Public Member Functions | |
| OutAddr (Address *Addr, UINT Time) | |
| ~OutAddr () | |
| void | appendLine (OutLine *l) |
| void | clear () |
| OutLine * | getLine (int i) |
| void | updateTime (UINT Time) |
Public Attributes | |
| Address * | addr |
| UINT | time |
| ht_clist * | lines |
| int | size |
| int | bytes |
|
||||||||||||
|
Definition at line 66 of file out.cc. References addr, bytes, DUP_ADDR, ht_clist::init(), lines, size, UINT, and updateTime(). |
|
|
Definition at line 77 of file out.cc. References addr, ht_clist::destroy(), and lines. |
|
|
Definition at line 84 of file out.cc. References OutLine::bytes, bytes, ht_clist::insert(), lines, size, and OutLine::textlen. Referenced by AnalyserOutput::endLine(). |
|
|
Definition at line 91 of file out.cc. References bytes, ht_clist::empty(), lines, and size. Referenced by AnalyserOutput::generateAddr(). |
|
|
Definition at line 98 of file out.cc. References ht_clist::get(), and lines. Referenced by AnalyserOutput::getLine(). |
|
|
Definition at line 103 of file out.cc. Referenced by AnalyserOutput::getAddr(), and OutAddr(). |
|
|
Definition at line 41 of file out.h. Referenced by OutAddr(), and ~OutAddr(). |
|
|
Definition at line 45 of file out.h. Referenced by appendLine(), clear(), AnalyserOutput::getAddrByteLength(), and OutAddr(). |
|
|
Definition at line 43 of file out.h. Referenced by appendLine(), clear(), getLine(), AnalyserOutput::getLineCount(), OutAddr(), and ~OutAddr(). |
|
|
Definition at line 44 of file out.h. Referenced by appendLine(), clear(), and OutAddr(). |
|
|
Definition at line 42 of file out.h. Referenced by AnalyserOutput::getAddr(), and updateTime(). |
1.3.5