|
systemc-clang 2.0.0
Parsing SystemC constructs
|
#include <WaitCalls.h>
Public Member Functions | |
| WaitCalls () | |
| WaitCalls (const std::string &, FindWait::waitListType) | |
| WaitCalls (const WaitCalls &) | |
| virtual | ~WaitCalls () |
| std::string | getName () |
| Get parameters. | |
| FindWait::waitListType | getWaitList () |
| unsigned int | getTotalWaits () |
| void | dump (llvm::raw_ostream &, int) |
Private Attributes | |
| std::string | _name |
| FindWait::waitListType | _waitList |
Definition at line 22 of file WaitCalls.h.
| WaitCalls::WaitCalls | ( | ) |
Definition at line 13 of file WaitCalls.cpp.
| WaitCalls::WaitCalls | ( | const std::string & | name, |
| FindWait::waitListType | waitList ) |
Definition at line 15 of file WaitCalls.cpp.
| WaitCalls::WaitCalls | ( | const WaitCalls & | from | ) |
Definition at line 18 of file WaitCalls.cpp.
|
virtual |
Definition at line 8 of file WaitCalls.cpp.
| void WaitCalls::dump | ( | llvm::raw_ostream & | os, |
| int | tabn ) |
Definition at line 27 of file WaitCalls.cpp.
| std::string WaitCalls::getName | ( | ) |
Get parameters.
Definition at line 23 of file WaitCalls.cpp.
| unsigned int systemc_clang::WaitCalls::getTotalWaits | ( | ) |
| FindWait::waitListType WaitCalls::getWaitList | ( | ) |
Definition at line 25 of file WaitCalls.cpp.
|
private |
Definition at line 43 of file WaitCalls.h.
|
private |
Definition at line 44 of file WaitCalls.h.