Table of Contents
Table of contents
Classes
- IAcceptHandler Interface IAcceptHandler
Overload onConnection() to handle a connected socket
- IAcceptHandlerFactory Interface IAcceptHandlerFactory
Creates objects with IAcceptHandler interface
- ICondition ICondition
Interface for a thread-spanning condition
- IConnectHandler Interface IConnectHandler
- IExecutable IExecutable
The IExecutable-interface is to be understood as wrapper around
your application-code, which allows it to be executed asynchronously
- IMutex IMutex interface
- IObserved IObserved
Just an idea
- IObserver IObserver
- IPositionableStream Adds seeking capabilities to IStream
- IReferenceCounter Interface for refernce-counting
- IRunnable IRunnable
The IRunnable-interface is to be understood as wrapper around
your application-code, which allows it to be executed asynchronously
- ISocketAddr Base class for socket addresses
- ISocketTypes Base data types
- IStream Interface for a stream of data, on that you can read and write blocks of bytes
- OAcceptor Starts a thread where incoming connections are accepted
- OAcceptorSocket A socket to accept incoming connections
- OByteArray Array of bytes
- OByteStream Wraps a byte-stream around a byte array
- OCondition OCondition
Implements the ICondition interface
- OConnector Delegates a connected socket to an IConnectHandler object
- OConnectorSocket A socket to initiate a conenction
- ODatagramSocket A connectionless socket to send and receive datagrams
- OException Base class for exceptions
- OExecutable OExecutable
added default impl
- OExecutableThread OExecutableThread
A thread used to execute an IExecutable-Object
- OFiberingServer OFiberingServer
Depends on cooperative executing IExecutable-Objects
- OFuture OFuture, OFutureRef
A future represents the result of an asynchronous operation
- OFutureRef OFutureRef
- OGuard OGuard
- OInetSocketAddr Represents an internet-address
- OIpxSocketAddr Represents an IPX/SPX address
- OObject OObject
common base class for all framework classes
- OObserver OObserver
add default-implementation of refence-counting behaviour to IObserver-Interface
- ORef
ORef
template type to implement handle/body behaviour
with reference-counting
- OSemaphore Counting semaphore (unnamed, because thread-local)
- OSimpleException
- OSocket Represents a socket
- OStream Implements IPositionableStream
- OStreamSocket A socket to send or receive a stream of data
- OString A string class
- OThreadMutex OThreadMutex
Enums, Unions, Structs
hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de