VoiceMan
|
AbstractClientDataHandler | The abstract class to handle client data |
AbstractExecutorCallback | The interface for executor event handlers |
AbstractExecutorOutput | The interface for handling executor output in main loop class |
AbstractLangIdResolver | The abstract interface for all classes to get language objects by language identifier |
AbstractProtocolHandler | The abstract class to receive callback with parsed data |
AbstractSignalHandler | The abstract interface for system signal processing classes |
AbstractTextProcessor | The unified interface for all text processors |
Client | The class to store client specific data |
ClientDataHandler | Processes raw lines of data from clients |
ClientFactory | The new client object factory |
CmdArg | Stores information about available command line argument |
CmdArgsParser | Parses command line arguments and prints help screen |
ConfigFile | The configuration file parser |
ConfigFileException | The exception object to indicate the configuration file parsing error |
ConfigFileSection | The configuration file section information |
ConfigFileValueTypeException | The exception class to notify about parameter value type mismatch |
Configuration | |
ConfigurationException | The exception class to handle configuration errors |
DelimitedFile | The class to parse file with colon-delimited lines |
EngLang | The class for English language operations |
ExecutorInterface | The interface to executor process |
InetSocket | The TCP/IP socket |
Lang | The abstract interface for all language objects |
LangManager | The class to manage set of available language processing objects |
MainLoop | Main class to manage client connections |
Output | The class with complete information about valid and ready to use output |
OutputConfiguration | |
OutputParamConfiguration | |
OutputReplacement | A replacement item, associated with some output |
OutputSet | The set of active outputs |
ProtocolHandler | Processes all client commands |
Replacement | Stores all information about a replacement item |
RusLang | The class for Russian language operations |
Socket | The base class for all sockets |
StringDelimitedIterator< T > | Enumerates sequences in string separated by characters from specified set |
StringIterator< T > | Enumerates sequences in string of characters from specified set |
SystemException | The exception class to handle system call errors |
SystemSignalHandler | The general handler of signals to daemon process |
TextItem | Portion of text with all necessary attributes |
TextParam | The value of speech attribute |
TextProcessor | Makes general text processing |
TextQueue< TStr > | Splits string object to the set of lines |
Transcoding | The class to perform character set translations for string objects |
UnixSocket | The UNIX domain socket |
VoicemanConfigFile | |
VoicemanException | The basic class for all VoiceMan exceptions |
VoicemanProtocol | The VoiceMan protocol implementation |
VoicemanServer | The central class of server point |