![]() |
ImGraph
|
Public Member Functions | |
| BlockLink (Block *from, Block *to, std::string fromParam, std::string toParam) | |
| bool | operator== (const BlockLink &b) const |
| bool | operator< (const BlockLink &record2) const |
| bool | operator< (BlockLink &record2) |
Public Attributes | |
| Block * | _from |
| Block * | _to |
| std::string | _fromParam |
| std::string | _toParam |