Functions: add debug utility for lazy function graphs

This makes it easier to print information about a socket. Just the
socket name is sometimes not enough information to know where
it is in the graph.
This commit is contained in:
2023-01-20 13:39:10 +01:00
parent 453e47eb42
commit 31a505d1a5
2 changed files with 9 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ class Socket : NonCopyable, NonMovable {
const CPPType &type() const;
std::string name() const;
std::string detailed_name() const;
};
class InputSocket : public Socket {