Public Member Functions | |
NodeUsedByType (std::list< std::pair< Node, Sign > > *l, std::list< std::pair< Node, Sign > >::iterator iter, int i) | |
bool | operator== (const NodeUsedByType &t2) |
Public Attributes | |
std::list< std::pair< Node, Sign > > * | nodeList |
std::list< std::pair< Node, Sign > >::iterator | position |
int | id |
Definition at line 41 of file PowerCircuitGraph.h.
PC::PowerCircuitGraph::NodeUsedByType::NodeUsedByType | ( | std::list< std::pair< Node, Sign > > * | l, | |
std::list< std::pair< Node, Sign > >::iterator | iter, | |||
int | i | |||
) | [inline] |
Definition at line 46 of file PowerCircuitGraph.h.
bool PC::PowerCircuitGraph::NodeUsedByType::operator== | ( | const NodeUsedByType & | t2 | ) | [inline] |
Definition at line 49 of file PowerCircuitGraph.h.
References id.
Definition at line 45 of file PowerCircuitGraph.h.
Referenced by operator==().
std::list< std::pair<Node,Sign> >* PC::PowerCircuitGraph::NodeUsedByType::nodeList |
Definition at line 43 of file PowerCircuitGraph.h.
std::list< std::pair<Node,Sign> >::iterator PC::PowerCircuitGraph::NodeUsedByType::position |
Definition at line 44 of file PowerCircuitGraph.h.