#include <include/log.h>
Inheritance diagram for Log:
Definition at line 16 of file log.h.
Public Member Functions | |
Log () | |
Log & | operator<< (std::string &s) |
virtual Log & | operator<< (LocationSet *l) |
virtual Log & | operator<< (ADDRESS a) |
virtual Log & | operator<< (double d) |
virtual Log & | operator<< (char c) |
virtual Log & | operator<< (int i) |
virtual Log & | operator<< (RangeMap &r) |
virtual Log & | operator<< (Range &r) |
virtual Log & | operator<< (Range *r) |
virtual Log & | operator<< (RTL *r) |
virtual Log & | operator<< (Type *ty) |
virtual Log & | operator<< (Exp *e) |
virtual Log & | operator<< (Statement *s) |
virtual Log & | operator<< (const char *str)=0 |
virtual void | tail () |
virtual | ~Log () |
|
|
|
|
|
Definition at line 33 of file log.h. References operator<<(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented in ErrLogger, NullLogger, and FileLogger. Referenced by operator<<(). |
|
Reimplemented in FileLogger. Referenced by Boomerang::logTail(). |