Public Member Functions | |
Terminal (const std::string &name) | |
void | addConnectedTerminal (Terminal *terminal) |
void | addConnectedBranch (Branch *branch) |
void | setFlag (int f) |
int | getFlag () const |
int | getNumberOfConnectedTerminals () const |
int | getNumberOfConnectedBranches () const |
Branch * | getBranch (int i) |
std::vector< Branch * > | buildBranches (Branch *branch) |
void | findEndOfBranch (Terminal *callingTerminal, Branch *currentBranch) |
![]() | |
virtual std::string | getType () const |
![]() | |
Atom & | operator= (const Atom &) |
void | setMessageStreamActive (MsgType type, bool active) |
void | getMessageStream (MsgType type, boost::shared_ptr< bool > &a, boost::shared_ptr< std::ostream > &s) |
void | adoptMessageStreams (const Atom *src=NULL) |
std::ostream & | msg (MsgType type) |
bool | msgAct (MsgType type) |
Private Attributes | |
std::vector< Terminal * > | connectedTerminal |
std::vector< Branch * > | connectedBranch |
int | flag |
ElectronicComponent * | parent |
Additional Inherited Members | |
![]() | |
enum | MsgType |
![]() | |
static void | setCurrentMessageStream (MsgType type, const boost::shared_ptr< bool > &a=boost::make_shared< bool >(true), const boost::shared_ptr< std::ostream > &s=boost::make_shared< std::ostream >(std::cout.rdbuf())) |
static std::ostream & | msgStatic (MsgType type) |
static bool | msgActStatic (MsgType type) |
![]() | |
Atom (const Atom &src) | |