Marine Library  1.0
C++ library for Linux Networking Development
Classes | Public Types | Public Member Functions | List of all members
CCoroutine< T > Class Template Reference
Inheritance diagram for CCoroutine< T >:
Inheritance graph
[legend]
Collaboration diagram for CCoroutine< T >:
Collaboration graph
[legend]

Classes

class  yield_type
 

Public Types

typedef yield_type::arg_type arg_type
 
typedef void(* func_type) (yield_type &)
 

Public Member Functions

 CCoroutine (func_type func, size_t stackSz=MINSIGSTKSZ)
 
void operator() (arg_type arg)
 
void set (arg_type arg)
 

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