libassa 3.5.1
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 12]
  assa
 Acceptor.hAcceptor encapsulates generic strategy for accepting TPC/IP connection requests
 Address.hAddress is an abstraction for INET or UNIX-domain address data type
 Assa.h
 Assure.hA collection of assert function wrappers
 AutoPtr.hAutoPtr is a local implementation of STL's auto_ptr that makes dynamic memory handling a bit easier
 CharInBuffer.cpp
 CharInBuffer.hA bucket for collecting character-based stream records of certain length or terminated by designated character(s)
 CmdLineOpts.cpp
 CmdLineOpts.hClass to handle processing command-line options
 CommonUtils.cpp
 CommonUtils.h
 Connector.hA generic pattern for establishing connection with TCP/IP servers
 ConUDPSocket.cpp
 ConUDPSocket.hEncapsulation of a connected UDP socket
 Destroyer.hDestroyer is the helper class for class Singleton
 EventHandler.hAn abstract interface for handling I/O events, timers, and such
 FdSet.cpp
 FdSet.h
 FileLogger.cpp
 FileLogger.hImplemention of a Logger as a disk-based file
 Fork.cpp
 Fork.hA simple wrapper around fork() library function call
 GenServer.cpp
 GenServer.hGenServer is a base class for generic servers
 Handlers.hA collection of various most popular signal handlers
 IdSet.cpp
 IdSet.hClass IdSet implements a set of reusable unique IDs, up to 1024
 INETAddress.cpp
 INETAddress.hAn incapsulation of TCP/UDP Internet Protocol socket address structure
 IniFile.cpp
 IniFile.hA Windows-style INI configuration file management class
 IPv4Socket.cpp
 IPv4Socket.hClass IPv4Socket covers domain types AF_INET and AF_UNIX
 Logger.cpp
 Logger.hAn abstraction to message logging facility
 Logger_Impl.cpp
 Logger_Impl.h
 LogMask.hBit mask used by Logger
 MaskSet.hBundles file descriptor mask sets to be used with select()
 MemDump.cpp
 MemDump.hA Hex/Ascii memory dump of similar to od(1) UNIX utility
 PidFileLock.cpp
 PidFileLock.hA utility class for creating and managing process PID lock file
 Pipe.cpp
 Pipe.hA wrapper around UNIX popen()/pclose() standard library calls
 PriorityQueue.hPriority Queue class that allows removal of arbitrariy element from the queue
 PriorityQueue_Heap.hHeap-based implementation of PriorityQueue algorithm based on Robert Sedgewick's "Algorithms in C++", Ch
 PriorityQueue_Impl.hInterface class that defines Implementor of the Bridge pattern
 PriorityQueue_STLPQ.h
 Reactor.cpp
 Reactor.hAn implementation of Reactor pattern
 Regexp.cpp
 Regexp.hWrapper class for UNIX regexp (3)
 RemoteLogger.cpp
 RemoteLogger.hA proxy connection class with logging server, assa-logd
 Repository.hRepository class is a template class to hold a collection of similar objects
 Semaphore.cpp
 Semaphore.hSemaphore class provides a simpler and easier interface to System V semaphore system calls
 ServiceHandler.hThis abstract class provides generic interface for processing services
 SigAction.hSigAction is a C++ wrapper around sigaction structure
 SigHandler.cpp
 SigHandler.hClass SigHandler is a UNIX signal handlers manager/dispatcher class
 SigHandlers.cpp
 SigHandlers.hSigHandlers is a signal handlers manager
 SigHandlersList.hSigHandlersList is a Singleton class that maps signal number to a set of EventHandlers listening for the delivery of the signal
 SigSet.hSigSet is a wrapper for UNIX sigset_t structure that provides all manipulators on this structure as well
 Singleton.hSingleton template class allows to turn any new or existing class T into Singleton Pattern
 Socket.cpp
 Socket.hAbstraction of socket data type
 Socketbuf.cpp
 Socketbuf.hSocketbuf class is derived from Streambuf to provide I/O with the socket file descriptor
 StdOutLogger.cpp
 StdOutLogger.hStdOutLogger implements Logger as standard output
 Streambuf.cpp
 Streambuf.hStreambuf class is based on Standard C++ iostream streambuf class
 Timer.hTimer class represents tuple that is stored in TimerQueue
 TimerCountdown.hTimerCountdown class keep the track of the elapsed time
 TimerQueue.cpp
 TimerQueue.hTimerQueue class represents the queue of Timers that application can install for Reactor to dispatch
 TimeVal.cpp
 TimeVal.hClass TimeVal is a wrapper around UNIX timeval structure
 UDPSocket.cpp
 UDPSocket.hClass UDPSocket is an implementation of UNIX domain socket that is the base class for more specialized domain socket classes
 UnConUDPSocket.cpp
 UnConUDPSocket.hClass UnConUPDSocket class is unconnected UDP socket
 UNIXAddress.cpp
 UNIXAddress.hUNIXAddress encapsulates UNIX domain socket address structure
 XDRHack.hXDRHack provides XDR definitions for systems that have them missing
 xdrIOBuffer.cpp
 xdrIOBuffer.hThis class allows to read XDR-encoded data from Socket stream asynchronously and then read from it as if from a stream of intermixed strings, integers and floats