systemc-clang 2.0.0
Parsing SystemC constructs
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
systemc_clang::NotifyCalls Class Reference

#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_
 

Detailed Description

Definition at line 21 of file NotifyCalls.h.

Constructor & Destructor Documentation

◆ NotifyCalls() [1/3]

NotifyCalls::NotifyCalls ( )

Definition at line 5 of file NotifyCalls.cpp.

◆ NotifyCalls() [2/3]

NotifyCalls::NotifyCalls ( const std::string & name,
FindNotify::NotifyCallListType notify_list )

Definition at line 7 of file NotifyCalls.cpp.

◆ NotifyCalls() [3/3]

NotifyCalls::NotifyCalls ( const NotifyCalls & from)

Definition at line 11 of file NotifyCalls.cpp.

◆ ~NotifyCalls()

NotifyCalls::~NotifyCalls ( )
virtual

Definition at line 32 of file NotifyCalls.cpp.

Member Function Documentation

◆ dump()

void NotifyCalls::dump ( llvm::raw_ostream & os,
int tabn )

Definition at line 26 of file NotifyCalls.cpp.

◆ getName()

std::string NotifyCalls::getName ( ) const

Get parameters.

Definition at line 16 of file NotifyCalls.cpp.

◆ getNotifyCallList()

FindNotify::NotifyCallListType NotifyCalls::getNotifyCallList ( )

Definition at line 18 of file NotifyCalls.cpp.

◆ getNumNotifyCalls()

unsigned int NotifyCalls::getNumNotifyCalls ( )

Definition at line 22 of file NotifyCalls.cpp.

Member Data Documentation

◆ name_

std::string systemc_clang::NotifyCalls::name_
private

Definition at line 42 of file NotifyCalls.h.

◆ notify_call_list_

FindNotify::NotifyCallListType systemc_clang::NotifyCalls::notify_call_list_
private

Definition at line 43 of file NotifyCalls.h.


The documentation for this class was generated from the following files: