Preparing search index...
The search index is not available
SPeCS Packages Documentation
SPeCS Packages Documentation
@specs-feup/clava-flow
ClavaFlowGraph
ClavaFlowGraph
Data
Interface Data
interface
Data
{
__clava_flow__clava_flow_graph
:
{
version
:
"1"
;
}
;
__lara_flow__flow_graph
:
{
functions
:
Record
<
string
,
string
>
;
version
:
"1"
;
}
;
}
Hierarchy
Data
Data
Index
Properties
__clava_
flow__clava_
flow_
graph
__lara_
flow__flow_
graph
Properties
__clava_
flow__clava_
flow_
graph
__clava_
flow__clava_
flow_
graph
:
{
version
:
"1"
;
}
__lara_
flow__flow_
graph
__lara_
flow__flow_
graph
:
{
functions
:
Record
<
string
,
string
>
;
version
:
"1"
;
}
Type declaration
functions
:
Record
<
string
,
string
>
Maps function name to its node id. A Record is used instead of a Map so that it can be serialized.
version
:
"1"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__clava_
flow__clava_
flow_
graph
__lara_
flow__flow_
graph
SPeCS Packages Documentation
Loading...
Maps function name to its node id. A Record is used instead of a Map so that it can be serialized.