| 
 | 
 | 
| TelEngine | Holds all Telephony Engine related classes. | 
| TelEngine::Array | A list based Array. | 
| TelEngine::Atom | Atom string holder. | 
| TelEngine::Base64 | Base64 encoder/decoder class. | 
| TelEngine::CallEndpoint | An abstract call endpoint. | 
| TelEngine::CapturedEvent | A captured event string with a debug level. | 
| TelEngine::Channel | An abstract communication channel. | 
| TelEngine::Cipher | An abstract cipher. | 
| TelEngine::Client | Class that runs the User Interface. | 
| TelEngine::ClientAccount | An account. | 
| TelEngine::ClientAccountList | A client account list. | 
| TelEngine::ClientChannel | Channel used by client programs. | 
| TelEngine::ClientContact | A client contact. | 
| TelEngine::ClientDir | A directory. | 
| TelEngine::ClientDriver | Base Driver with client specific functions. | 
| TelEngine::ClientFile | A file. | 
| TelEngine::ClientFileItem | A file/directory item. | 
| TelEngine::ClientLogic | Base class for all client logics. | 
| TelEngine::ClientResource | A client contact's resource. | 
| TelEngine::ClientSound | A sound file. | 
| TelEngine::Compressor | An abstract data (de)compressor. | 
| TelEngine::Configuration | Configuration file handling. | 
| TelEngine::DataBlock | A class that holds just a block of raw data. | 
| TelEngine::DataConsumer | A data consumer | 
| TelEngine::DataEndpoint | A data transfer endpoint capable of sending and/or receiving data. | 
| TelEngine::DataFormat | A Data format. | 
| TelEngine::DataNode | A generic data handling object | 
| TelEngine::DataSource | A data source | 
| TelEngine::DataTranslator | An unidirectional data translator (codec). | 
| TelEngine::DebugEnabler | A holder for a debug level. | 
| TelEngine::Debugger | An object that logs messages on creation and destruction. | 
| TelEngine::DefaultLogic | The client's default logic. | 
| TelEngine::DnsRecord | A DNS record. | 
| TelEngine::Driver | A Channel driver module. | 
| TelEngine::DurationUpdate | An UI time updater. | 
| TelEngine::Engine | Engine globals. | 
| TelEngine::EngineCheck | Engine checker interface. | 
| TelEngine::File | A stream file class. | 
| TelEngine::Flags32 | A 32 bit length list of flags. | 
| TelEngine::FormatInfo | A structure to hold information about a data format. | 
| TelEngine::FormatRepository | A repository for media formats. | 
| TelEngine::GenObject | An object with just a public virtual destructor | 
| TelEngine::GenPointer | Templated pointer that can be inserted in a list. | 
| TelEngine::HashList | A hashed object list class. | 
| TelEngine::Hasher | An abstract hashing class. | 
| TelEngine::ImageInfo | A structure to hold information about a static picture or video frame. | 
| TelEngine::ListIterator | Class used to iterate the items of a list. | 
| TelEngine::Lock | Ephemeral mutex or semaphore locking object. | 
| TelEngine::Lock2 | Ephemeral double mutex locking object. | 
| TelEngine::Lockable | Abstract interface for lockable objects. | 
| TelEngine::MD5 | A standard MD5 digest calculator. | 
| TelEngine::MemoryStream | A Stream that operates on DataBlocks in memory. | 
| TelEngine::Message | A message container class. | 
| TelEngine::MessageDispatcher | A message dispatching hub. | 
| TelEngine::MessageHandler | A message handler. | 
| TelEngine::MessageHook | Abstract message hook. | 
| TelEngine::MessageNotifier | Post-dispatching message hook. | 
| TelEngine::MessagePostHook | Post-dispatching message hook that can be added to a list. | 
| TelEngine::MessageQueue | A message queue. | 
| TelEngine::MessageReceiver | A multiple message receiver. | 
| TelEngine::MessageRelay | A message handler relay. | 
| TelEngine::MimeAuthLine | MIME authentication line. | 
| TelEngine::MimeBinaryBody | MIME for obscure binary data. | 
| TelEngine::MimeBody | Abstract MIME data holder. | 
| TelEngine::MimeHeaderLine | MIME header line. | 
| TelEngine::MimeLinesBody | MIME for multiple text lines. | 
| TelEngine::MimeMultipartBody | MIME multipart container. | 
| TelEngine::MimeSdpBody | MIME for application/sdp. | 
| TelEngine::MimeStringBody | MIME for one text string. | 
| TelEngine::Module | A Plugin that implements a module. | 
| TelEngine::MucRoom | An account's MUC room contact. | 
| TelEngine::MucRoomMember | A MUC room member. | 
| TelEngine::Mutex | Mutex support. | 
| TelEngine::MutexPool | A Mutex pool. | 
| TelEngine::NamedCounter | Atomic counter with name. | 
| TelEngine::NamedInt | A named integer value. | 
| TelEngine::NamedIterator | NamedList parameters iterator. | 
| TelEngine::NamedList | A named string container class. | 
| TelEngine::NamedPointer | A named pointer class. | 
| TelEngine::NamedString | A named string class. | 
| TelEngine::NaptrRecord | A NAPTR record. | 
| TelEngine::ObjList | An object list class. | 
| TelEngine::ObjVector | A vector holding GenObjects. | 
| TelEngine::Plugin | Plugin support. | 
| TelEngine::Random | Pseudo random number generator. | 
| TelEngine::RefObject | A reference counted object. | 
| TelEngine::RefPointer | Templated smart pointer class. | 
| TelEngine::RefPointerBase | Internal helper class. | 
| TelEngine::Regexp | A regexp matching class. | 
| TelEngine::Resolver | DNS services. | 
| TelEngine::Router | Call routing thread. | 
| TelEngine::Runnable | Encapsulates a runnable task. | 
| TelEngine::SHA1 | A standard SHA1 digest calculator. | 
| TelEngine::SHA256 | A standard SHA256 digest calculator. | 
| TelEngine::SctpSocket | Abstract SCTP Socket. | 
| TelEngine::Semaphore | Semaphore implementation. | 
| TelEngine::SharedVars | Atomic access and operations to shared variables. | 
| TelEngine::Socket | A generic socket class. | 
| TelEngine::SocketAddr | A socket address holder. | 
| TelEngine::SocketFilter | A filter for received socket data. | 
| TelEngine::SrvRecord | A SRV record. | 
| TelEngine::Stream | An abstract stream class capable of reading and writing. | 
| TelEngine::String | A C-style string handling class. | 
| TelEngine::SysUsage | A class exposing system resources usage. | 
| TelEngine::TempObjectCounter | Ephemeral object counter changer. | 
| TelEngine::Thread | Thread support class. | 
| TelEngine::ThreadedSource | Data source with own thread. | 
| TelEngine::Time | A time holding class. | 
| TelEngine::TokenDict | A structure to build (mainly static) Token-to-ID translation tables. | 
| TelEngine::TranslatorCaps | A structure to build (mainly static) translator capability tables. | 
| TelEngine::TranslatorFactory | An unidirectional data translator (codec). | 
| TelEngine::TxtRecord | A text based DNS record. | 
| TelEngine::UChar | A single Unicode character. | 
| TelEngine::UIFactory | A static user interface creator. | 
| TelEngine::UIWidget | |
| TelEngine::URI | Encapsulation for an URI. | 
| TelEngine::Window | An abstract user interface window. | 
| TelEngine::XmlCData | Xml Declaration. | 
| TelEngine::XmlChild | Xml Child. | 
| TelEngine::XmlComment | Xml Comment. | 
| TelEngine::XmlDeclaration | Xml Declaration. | 
| TelEngine::XmlDoctype | |
| TelEngine::XmlDocument | Xml Document. | 
| TelEngine::XmlDomParser | Document Object Model XML Parser. | 
| TelEngine::XmlElement | Xml Element. | 
| TelEngine::XmlEscape | |
| TelEngine::XmlFragment | Xml Fragment. | 
| TelEngine::XmlParent | Xml Parent. | 
| TelEngine::XmlSaxParser | Serial Access XML Parser. | 
| TelEngine::XmlText | Xml Declaration. | 
| Generated by: paulc on bussard on Fri May 8 12:37:22 2015, using kdoc 2.0a54. |