|
systemc-clang 2.0.0
Parsing SystemC constructs
|
#include <NotifyCalls.h>
Public Member Functions | |
| NotifyCalls () | |
| NotifyCalls (const std::string &, FindNotify::NotifyCallListType) | |
| NotifyCalls (const NotifyCalls &) | |
| virtual | ~NotifyCalls () |
| std::string | getName () const |
| Get parameters. | |
| FindNotify::NotifyCallListType | getNotifyCallList () |
| unsigned int | getNumNotifyCalls () |
| void | dump (llvm::raw_ostream &, int) |
Private Attributes | |
| std::string | name_ |
| FindNotify::NotifyCallListType | notify_call_list_ |
Definition at line 21 of file NotifyCalls.h.
| NotifyCalls::NotifyCalls | ( | ) |
Definition at line 5 of file NotifyCalls.cpp.
| NotifyCalls::NotifyCalls | ( | const std::string & | name, |
| FindNotify::NotifyCallListType | notify_list ) |
Definition at line 7 of file NotifyCalls.cpp.
| NotifyCalls::NotifyCalls | ( | const NotifyCalls & | from | ) |
Definition at line 11 of file NotifyCalls.cpp.
|
virtual |
Definition at line 32 of file NotifyCalls.cpp.
| void NotifyCalls::dump | ( | llvm::raw_ostream & | os, |
| int | tabn ) |
Definition at line 26 of file NotifyCalls.cpp.
| std::string NotifyCalls::getName | ( | ) | const |
Get parameters.
Definition at line 16 of file NotifyCalls.cpp.
| FindNotify::NotifyCallListType NotifyCalls::getNotifyCallList | ( | ) |
Definition at line 18 of file NotifyCalls.cpp.
| unsigned int NotifyCalls::getNumNotifyCalls | ( | ) |
Definition at line 22 of file NotifyCalls.cpp.
|
private |
Definition at line 42 of file NotifyCalls.h.
|
private |
Definition at line 43 of file NotifyCalls.h.