qb
2.0.0.0
C++17 Actor Framework
Issue
Watch
Star
Fork
Follow @isndev
Loading...
Searching...
No Matches
file.h
Go to the documentation of this file.
1
25
26
#ifndef QB_IO_ASYNC_EVENT_FILE_H
27
#define QB_IO_ASYNC_EVENT_FILE_H
28
29
#include "
base.h
"
30
31
namespace
qb::io::async::event {
32
70
struct
file
:
base
<ev::stat> {
71
using
base_t
=
base<ev::stat>
;
72
77
explicit
file
(ev::loop_ref loop)
78
:
base_t
(loop) {}
79
};
80
81
}
// namespace qb::io::async::event
82
83
#endif
// QB_IO_ASYNC_EVENT_FILE_H
base.h
Base class for asynchronous events in the QB IO library.
qb::io::async::event::base< ev::stat >::base
base(ev::loop_ref loop)
Definition
base.h:83
qb::io::async::event::file::base_t
base< ev::stat > base_t
Base type alias for base<ev::stat>.
Definition
file.h:71
qb::io::async::event::file::file
file(ev::loop_ref loop)
Constructor.
Definition
file.h:77
include
qb
io
async
event
file.h
Generated by
1.14.0