libcopp
2.3.1
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
_
a
c
d
f
g
h
i
m
o
p
r
s
t
w
y
Variables
_
a
b
c
d
e
f
g
h
l
m
o
p
r
s
t
u
w
x
Typedefs
Enumerations
Enumerator
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
_
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
e
l
s
u
Related Symbols
_
d
e
i
l
o
r
s
w
Files
File List
Globals
All
_
b
c
e
g
j
l
m
o
p
r
s
t
u
w
Functions
b
c
g
j
m
o
p
r
s
t
Variables
b
c
g
m
s
t
Typedefs
Enumerations
Enumerator
c
e
Macros
_
c
l
m
s
t
u
w
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
src
libcotask
impl
task_action_impl.cpp
Go to the documentation of this file.
1
// Copyright 2023 owent
2
3
#include <libcopp/utils/config/libcopp_build_features.h>
4
5
#include <
libcotask/impl/task_action_impl.h
>
6
7
LIBCOPP_COTASK_NAMESPACE_BEGIN
8
namespace
impl
{
9
LIBCOPP_COTASK_API
task_action_impl::task_action_impl
() {}
10
11
LIBCOPP_COTASK_API
task_action_impl::~task_action_impl
() {}
12
13
LIBCOPP_COTASK_API
task_action_impl::task_action_impl
(
const
task_action_impl
&) {}
14
LIBCOPP_COTASK_API
task_action_impl
&
task_action_impl::operator=
(
const
task_action_impl
&) {
return
*
this
; }
15
16
LIBCOPP_COTASK_API
task_action_impl::task_action_impl
(
const
task_action_impl
&&) {}
17
LIBCOPP_COTASK_API
task_action_impl
&
task_action_impl::operator=
(
const
task_action_impl
&&) {
return
*
this
; }
18
19
LIBCOPP_COTASK_API
int
task_action_impl::on_finished
(
task_impl
&) {
return
0; }
20
21
}
// namespace impl
22
LIBCOPP_COTASK_NAMESPACE_END
impl::task_action_impl
Definition
task_action_impl.h:16
impl::task_action_impl::task_action_impl
task_action_impl()
Definition
task_action_impl.cpp:9
impl::task_action_impl::operator=
task_action_impl & operator=(const task_action_impl &)
Definition
task_action_impl.cpp:14
impl::task_action_impl::~task_action_impl
virtual ~task_action_impl()
Definition
task_action_impl.cpp:11
impl::task_action_impl::on_finished
virtual int on_finished(task_impl &)
Definition
task_action_impl.cpp:19
impl::task_impl
Definition
task_impl.h:42
impl
Definition
task_action_impl.h:12
task_action_impl.h
Generated by
1.9.8