VoiceMan
|
CAbstractClientDataHandler | The abstract class to handle client data |
CAbstractExecutorCallback | The interface for executor event handlers |
CAbstractExecutorOutput | The interface for handling executor output in main loop class |
CAbstractLangIdResolver | The abstract interface for all classes to get language objects by language identifier |
CAbstractProtocolHandler | The abstract class to receive callback with parsed data |
CAbstractSignalHandler | The abstract interface for system signal processing classes |
CAbstractTextProcessor | The unified interface for all text processors |
CClient | The class to store client specific data |
CClientDataHandler | Processes raw lines of data from clients |
CClientFactory | The new client object factory |
CCmdArg | Stores information about available command line argument |
CCmdArgsParser | Parses command line arguments and prints help screen |
CConfigFile | The configuration file parser |
CConfigFileException | The exception object to indicate the configuration file parsing error |
CConfigFileSection | The configuration file section information |
CConfigFileValueTypeException | The exception class to notify about parameter value type mismatch |
CConfiguration | |
CConfigurationException | The exception class to handle configuration errors |
CDelimitedFile | The class to parse file with colon-delimited lines |
CEngLang | The class for English language operations |
CExecutorInterface | The interface to executor process |
CInetSocket | The TCP/IP socket |
CLang | The abstract interface for all language objects |
CLangManager | The class to manage set of available language processing objects |
CMainLoop | Main class to manage client connections |
COutput | The class with complete information about valid and ready to use output |
COutputConfiguration | |
COutputParamConfiguration | |
COutputReplacement | A replacement item, associated with some output |
COutputSet | The set of active outputs |
CProtocolHandler | Processes all client commands |
CReplacement | Stores all information about a replacement item |
CRusLang | The class for Russian language operations |
CSocket | The base class for all sockets |
CStringDelimitedIterator | Enumerates sequences in string separated by characters from specified set |
CStringIterator | Enumerates sequences in string of characters from specified set |
CSystemException | The exception class to handle system call errors |
CSystemSignalHandler | The general handler of signals to daemon process |
CTextItem | Portion of text with all necessary attributes |
CTextParam | The value of speech attribute |
CTextProcessor | Makes general text processing |
CTextQueue | Splits string object to the set of lines |
CTranscoding | The class to perform character set translations for string objects |
CUnixSocket | The UNIX domain socket |
CVoicemanConfigFile | |
CVoicemanException | The basic class for all VoiceMan exceptions |
CVoicemanProtocol | The VoiceMan protocol implementation |
CVoicemanServer | The central class of server point |