All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Public Member Functions | List of all members
server::Server Class Reference

System main class, implementing the server side. More...

#include <Server.h>

Public Member Functions

bool checkArguments (int argc, char **argv)
 
void start ()
 

Detailed Description

System main class, implementing the server side.

The Server class implements the main server-side thread; this thread is in charge of the system initialization, the socket listening, the threads handling and the cleanup handling.

Member Function Documentation

bool Server::checkArguments ( int  argc,
char **  argv 
)
Parameters
argcthe number of arguments. #param argv pointer to the arguments vector.
Returns
true if the arguments are valid, false otherwise.
void Server::start ( )

Main function; it starts the listening server after the proper initialization.


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