Definition at line 52 of file proc-id.hpp.
|
string | genNodeName () |
|
string | genNodeSpec (Leads &) |
|
string | genProcName () |
|
string | genProcSpec () |
| render a descriptor for the operation (without predecessors)
|
|
string | genSrcSpec (Leads &) |
| transitively enumerate all unique source nodes
|
|
|
static ProcID & | describe (StrView nodeSymb, StrView portSpec) |
| build and register a processing ID descriptor More...
|
|
|
| ProcID (StrView nodeSymb, StrView portQual, StrView argLists) |
|
|
StrView | argLists_ |
|
StrView | nodeSymb_ |
|
StrView | portQual_ |
|
◆ ProcID()
ProcID |
( |
StrView |
nodeSymb, |
|
|
StrView |
portQual, |
|
|
StrView |
argLists |
|
) |
| |
|
private |
◆ describe()
ProcID & describe |
( |
StrView |
nodeSymb, |
|
|
StrView |
portSpec |
|
) |
| |
|
static |
build and register a processing ID descriptor
Definition at line 69 of file proc-node.cpp.
◆ hash_value
HashVal hash_value |
( |
ProcID const & |
procID | ) |
|
|
friend |
generate registry hash value based on the distinct data in ProcID.
This function is intended to be picked up by ADL, and should be usable both with std::hash
and <boost/functional/hash.hpp>
.
Definition at line 105 of file proc-node.cpp.
The documentation for this class was generated from the following files: