Returns the encoded form of this port, so that it can be used as various map indexes.
| 95 | // Returns the encoded form of this port, so that it can be used |
| 96 | // as various map indexes. |
| 97 | IntPort Encoded() const { return value_; } |
| 98 | |
| 99 | static Port Decode(IntPort encoded) { return Port(encoded); } |
| 100 |
no outgoing calls