#include <Mask.h>
Public Member Functions | |
std::string | getId () |
unsigned | getPort () |
std::string | getProcRole () |
Mask () | |
Mask (std::string id, std::string procRole) | |
void | setPort (std::string id) |
void | setProcRole (std::string procRole) |
Private Attributes | |
std::string | id_ |
unsigned | port_ |
std::string | procRole_ |
l1t::Mask::Mask | ( | std::string | id, |
std::string | procRole | ||
) |
|
inline |
|
inline |
void l1t::Mask::setPort | ( | std::string | id | ) |
|
inline |
|
private |
|
private |
|
private |
Definition at line 22 of file Mask.h.
Referenced by getProcRole(), Mask(), and setProcRole().