VOX
A little voxel engine
Loading...
Searching...
No Matches
Graph.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
tasks.hpp
"
4
5
namespace
task
6
{
7
class
Graph
8
{
9
public
:
10
Graph
();
11
~Graph
();
12
Graph
(
const
Graph
&) =
delete
;
13
Graph
&
operator=
(
const
Graph
&) =
delete
;
14
Graph
(
Graph
&&) =
default
;
15
Graph
&
operator=
(
Graph
&&) =
default
;
16
17
private
:
18
};
19
20
}
task::Graph
Definition:
Graph.hpp:8
task::Graph::Graph
Graph()
task::Graph::operator=
Graph & operator=(Graph &&)=default
task::Graph::~Graph
~Graph()
task::Graph::Graph
Graph(const Graph &)=delete
task::Graph::operator=
Graph & operator=(const Graph &)=delete
task::Graph::Graph
Graph(Graph &&)=default
task
Definition:
Executor.cpp:5
tasks.hpp
src
app
threads
task_manager
Graph.hpp
Generated by
1.9.5