libtasks Documentation  1.6
tasks::loop_t Struct Reference

Needed to use std::unique_ptr<> More...

#include <worker.h>

Public Member Functions

 loop_t ()
 
 loop_t (struct ev_loop *p)
 

Public Attributes

struct ev_loop * ptr
 

Detailed Description

Needed to use std::unique_ptr<>

Definition at line 35 of file worker.h.

Constructor & Destructor Documentation

tasks::loop_t::loop_t ( )
inline

Definition at line 37 of file worker.h.

tasks::loop_t::loop_t ( struct ev_loop *  p)
inline

Definition at line 38 of file worker.h.

Member Data Documentation

struct ev_loop* tasks::loop_t::ptr

Definition at line 36 of file worker.h.


The documentation for this struct was generated from the following file: