#include <tlm_phase.h>
Public Member Functions | |
tlm_phase () | |
tlm_phase (unsigned int id) | |
tlm_phase (const tlm_phase_enum &standard) | |
tlm_phase & | operator= (const tlm_phase_enum &standard) |
operator unsigned int () const | |
Private Attributes | |
unsigned int | m_id |
Definition at line 41 of file tlm_phase.h.
tlm::tlm_phase::tlm_phase | ( | ) | [inline] |
Definition at line 43 of file tlm_phase.h.
tlm::tlm_phase::tlm_phase | ( | unsigned int | id | ) | [inline] |
Definition at line 44 of file tlm_phase.h.
tlm::tlm_phase::tlm_phase | ( | const tlm_phase_enum & | standard | ) | [inline] |
Definition at line 45 of file tlm_phase.h.
tlm_phase& tlm::tlm_phase::operator= | ( | const tlm_phase_enum & | standard | ) | [inline] |
tlm::tlm_phase::operator unsigned int | ( | ) | const [inline] |
unsigned int tlm::tlm_phase::m_id [private] |