Server< A > Class Template Reference

#include <server.h>

Inheritance diagram for Server< A >:

Inheritance graph
[legend]
Collaboration diagram for Server< A >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Server (std::string name)
 ~Server ()
void Loop ()
 Thread loop.
void OnStop ()
 Callback called during the stop of the loop, after the last execution.


Detailed Description

template<class A>
class Server< A >

Definition at line 23 of file server.h.


Constructor & Destructor Documentation

template<class A >
Server< A >::Server ( std::string  name  )  [inline]

Definition at line 38 of file server.h.

template<class A >
Server< A >::~Server (  )  [inline]

Definition at line 81 of file server.h.


Member Function Documentation

template<class A >
void Server< A >::Loop (  )  [inline, virtual]

Thread loop.

Implements FastLoopThreadObj.

Definition at line 86 of file server.h.

template<class A >
void Server< A >::OnStop (  )  [inline, virtual]

Callback called during the stop of the loop, after the last execution.

Reimplemented from FastLoopThreadObj.

Definition at line 154 of file server.h.


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

Generated on Sun Oct 10 19:10:05 2010 for libldsw by  doxygen 1.5.8