Async::CppApplication Class Reference

An application class for writing non GUI applications. More...

#include <AsyncCppApplication.h>

Inheritance diagram for Async::CppApplication:

Async::Application

List of all members.

Public Member Functions

Classes


Detailed Description

An application class for writing non GUI applications.
Examples:

AsyncAudioIO_demo.cpp, AsyncDnsLookup_demo.cpp, AsyncFdWatch_demo.cpp, AsyncSerial_demo.cpp, AsyncTcpClient_demo.cpp, AsyncTcpServer_demo.cpp, AsyncTimer_demo.cpp, and AsyncUdpSocket_demo.cpp.

Definition at line 135 of file AsyncCppApplication.h.


Constructor & Destructor Documentation

Async::CppApplication::CppApplication ( void   ) 

Constructor.

Async::CppApplication::~CppApplication ( void   ) 

Destructor.


Member Function Documentation

void Async::CppApplication::exec ( void   )  [virtual]

Execute the application main loop.

When this member function is called the application core will enter the main loop. It will not exit from this loop until the Async::Application::quit method is called.

Implements Async::Application.

Examples:
AsyncAudioIO_demo.cpp, AsyncDnsLookup_demo.cpp, AsyncFdWatch_demo.cpp, AsyncSerial_demo.cpp, AsyncTcpClient_demo.cpp, AsyncTcpServer_demo.cpp, AsyncTimer_demo.cpp, and AsyncUdpSocket_demo.cpp.

void Async::CppApplication::quit ( void   )  [virtual]

Exit the application main loop.

This function should be called to exit the application core main loop.

Implements Async::Application.


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

Generated on Wed Jan 7 23:14:03 2009 for Async by  doxygen 1.5.6