muda
src
muda
graph
event_node.h
1
#pragma once
2
#include <muda/graph/graph_base.h>
3
4
namespace
muda
5
{
6
class
EventRecordNode
:
public
GraphNode
7
{
8
public
:
9
using
this_type
=
EventRecordNode
;
10
friend
class
Graph
;
11
};
12
13
class
EventWaitNode
:
public
GraphNode
14
{
15
public
:
16
using
this_type
=
EventWaitNode
;
17
friend
class
Graph
;
18
};
19
}
// namespace muda
muda
Definition:
assert.h:13
muda::GraphNode
Definition:
graph_base.h:26
muda::Graph
Definition:
graph.h:17
muda::EventWaitNode
Definition:
event_node.h:13
muda::EventRecordNode
Definition:
event_node.h:6
Generated by
1.8.13