_GUID | The structure underlying UUIDs |
WvAddr | Base class for different address types, each of which will have the ability to convert itself to/from a printable string, as well as other type-specific abilities |
WvARCnetAddr | An ARCnet address is made up of a single hex number |
WvAudioEncoder | Abstract base class for encoders for PCM audio |
WvBackslashDecoder | An encoder that performs C-style backslash unescaping of strings |
WvBackslashEncoder | An encoder that performs C-style backslash escaping of strings |
WvBase64Decoder | A base 64 decoder |
WvBase64Encoder | A base 64 encoder |
WvSpeex::BitrateSpec | Bitrate specification |
WvBlowfishEncoder | An encoder implementing the Blowfish encryption method |
WvBlowfishStream | A crypto stream implementing Blowfish encryption |
WvBufBase< T > | The generic buffer base type |
WvBufBase< unsigned char > | Specialization of WvBufBase for unsigned char type buffers intended for use with raw memory buffers |
WvBufBaseCommonImpl< T > | An abstract generic buffer template |
WvBufCursorBase< T > | A buffer that acts like a cursor over a portion of another buffer |
WvBufCursorStore | The WvBufCursor storage class |
WvBufStore | The abstract buffer storage base class |
WvBufStream | WvBufStream stores data written by write(), and returns it later on in read() |
WvBufViewBase< T > | A buffer that provides a read-write view over another buffer with a different datatype |
ICategory | Represents a category |
ICategoryIterator | Allows iteration over a category |
ICategoryManager | Let you register categories and obtain information about them |
WvSpeex::CBRBitrate | Specifies a constant bitrate specified in bits per second |
WvSpeex::CBRQuality | Specifies a constant bitrate based on a quality index ranging from 0.0 (low quality) to 1.0 (high quality) |
CheckIObjectOk | Class CheckIObject {}; |
WvCircularBuf | The circular in place raw memory buffer type |
WvCircularBufBase< T > | A buffer that wraps a pre-allocated array and provides read-write access to its elements using a circular buffering scheme rather than a purely linear one, as used by WvInPlaceBuf |
WvCircularBufStore | The WvCircularBuf storage class |
WvComplexToRealFFTEncoder | Computes the inverse FFT transformation of complex valued input to unnormalized real output |
WvConf | WvConf configuration file management class: used to read/write config files that are formatted in the style of Windows .ini files |
WvConstInPlaceBuf | The const in place raw memory buffer type |
WvConstInPlaceBufBase< T > | A buffer that wraps a pre-allocated array and provides read-only access to its elements |
WvConstInPlaceBufStore | The WvConstInPlaceBuf storage class |
WvConstStringBuffer | A raw memory read-only buffer backed by a constant WvString |
WvCont | WvCont provides "continuations", which are apparently also known as semi-coroutines |
ConversionIObject< T > | Class CheckIObjectOkVector {}; |
WvCounterModeEncoder | A counter mode encryption encoder |
WvDailyEvent | A simple class that can trigger an event on a timed basis |
WvDelayedCallback< InnerCallback > | A WvCallback wrapper that delays until the next tick of the WvIStreamList main loop |
WvDeserialize< T > | Deserialize a complex templated object |
WvDeserialize< T * > | If there's a deserializer for type "T", this will make a default deserializer for type "T *"; that is, it'll allocate the new object dynamically and you'll have to free it after |
WvDeserialize< WvBuf * > | Deserialize a WvBuf |
WvDeserialize< WvList< T > * > | Deserialize a list of serializable things |
WvDigest | Superclass for all message digests |
WvDsp | Class to access the /dev/dsp device in a way that's sane enough for full-duplex access |
WvDynBufBase< T > | A buffer that dynamically grows and shrinks based on demand |
WvDynBufStore | The WvDynBuf storage class |
WvEncap | Common packet encapsulation types, with the ability to convert a Linux ARPHRD_* value or (struct sockaddr) sa_family value |
WvEncoder | The base encoder class |
WvEncoderChain | An encoder chain owns a list of encoders that are used in sequence to transform data from a source buffer to a target buffer |
WvEncoderStream | WvEncoderStream chains a series of encoders on the input and output ports of the underlying stream to effect on-the-fly data transformations |
WvError | A variant of WvErrorBase suitable for embedding as a member of your own object, preferably called 'err' |
WvErrorBase | A class for managing error numbers and strings |
WvEtherAddr | An ethernet address is made up of a string of hex numbers, in the form AA:BB:CC:DD:EE:FF |
IFactory | Common object creation interface |
WvFam | The actual WvFam class that you should be using unless you really know what you're doing and really have some reason for using WvFamBase |
WvFastString | A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to allocate any memory, thus making it faster |
WvFdStream | Base class for streams built on Unix file descriptors |
WvFile | WvFile implements a stream connected to a file or Unix device |
WvFileWatcher | Support for files which sometimes have data appended at the end |
WvFunctorEncoder< IT, OT, FT > | Functor specifies the functor type which must have an operator() with a signature compatible with invocations of the form: const IT data = ...; OT result = func(data); |
GenericFactory | Generic factory class |
WvGzipEncoder | An encoder implementing Gzip encryption and decryption |
WvGzipStream | A stream implementing Gzip compression and decompression |
WvHashTableBase | The untyped base class of WvHashTable<T> |
WvHexDecoder | A hex decoder |
WvHexEncoder | A hex encoder |
WvHMACDigest | HMAC Message Authentication Code |
WvHTTPStream | WvHTTPStream connects to an HTTP server and allows the requested file to be retrieved using the usual WvStream-style calls |
WvInPlaceBuf | The in place raw memory buffer type |
WvInPlaceBufBase< T > | A buffer that wraps a pre-allocated array and provides read-write access to its elements |
WvInPlaceBufStore | The WvInPlaceBuf storage class |
WvInterface | A WvInterface manages a particular network interface |
WvIPAddr | An IP address is made up of a "dotted quad" -- four decimal numbers in the form www.xxx.yyy.zzz |
WvIPAliaser | WvIPAliaser handles IP aliasing in the Linux kernel |
WvIPFirewall | Class to handle Linux 2.4 IPTables |
WvIPNet | An IP network comprises two WvIPAddr structures: an address and a netmask |
WvIPPortAddr | An IP+Port address also includes a port number, with the resulting form www.xxx.yyy.zzz:pppp |
WvIPRawStream | WvIPRawStream can send and receive packets on a connectionless IP socket |
WvIPRoute | Manipulate the kernel routing table in strange and interesting ways ;) |
WvIPRouteList | List of IP Routes currently in effect |
WvIStreamList | WvStreamList holds a list of WvStream objects -- and its select() and callback() functions know how to handle multiple simultaneous streams |
WvLink | WvLink is one element of a WvList<T> |
WvLinkedBufferStore | The WvLinkedBuffer storage class |
WvList< T > | A linked list container class |
WvList< T >::Iter | The iterator type for linked lists |
WvLockDev | Class to handle Lock files - useful for WvDial and other places where we need to guarantee exclusive access to a file or device |
WvLog | A WvLog stream accepts log messages from applications and forwards them to all registered WvLogRcv's |
WvLogBuffer | WvLogBuffer is a descendant of WvLogRcv that buffers log messages for later use |
WvLogConsole | Captures formatted log messages and outputs them to the specified file descriptor |
WvLogFile | A more advanced WvLogFileBase |
WvLogFileBase | Basic WvLogRcv that logs to a file |
WvLogRcv | WvLogRcv adds some intelligence to WvLogRcvBase, to keep track of line-prefix-printing and other formatting information |
WvLoopback | Implementation of a WvLoopback stream |
WvMagicCircle | A circular queue that can be accessed across fork() |
WvMD5Digest | MD5 Digest |
MemOps | An abstraction for memory transfer operations |
WvModem | WvModem implements a named modem that really needs to be opened, closed, and manipulated in lots of ways |
WvModemBase | WvModemBase provides the methods used to control a modem, but without real implementation for most of them, so that they can be used in contexts where modem control is undesirable without reimplementing calling code for such uses |
IModule | The interface that a module should provide |
IModuleLoader | The interface to control the module loader |
IMoniker | An interface for obtaining an IObject given a moniker string |
WvMoniker< T > | A type-safe version of WvMonikerBase that lets you provide create functions for object types other than IObject |
WvMonikerBase | WvMonikerBase is an auto-registration class for putting things into a WvMonikerRegistry |
WvMonikerRegistry | A dictionary for holding moniker-prefix to factory-function mappings |
IMonikerService | An interface for registering objects so they can be retrieved using a moniker |
WvNullBufBase< T > | A buffer that is always empty |
WvNullBufStore | The WvNullBuf storage class |
WvNullEncoder | An encoder that discards all of its input |
IObject | The basic interface which is included by all other XPLC interfaces and objects |
IObjectImplInternal | Helper internal structure |
WvOggSpeexDecoder | Decodes PCM audio using the Ogg Speex stream format |
WvOggSpeexEncoder | Encodes PCM audio using the Ogg Speex stream format |
WvOggVorbisDecoder | Decodes PCM audio using the Ogg Vorbis stream format |
WvOggVorbisEncoder | Encodes PCM audio using the Ogg Vorbis stream format |
WvOggVorbisEncoder::BitrateSpec | Bitrate specification |
WvOggVorbisEncoder::VBRBitrate | Specifies a variable bitrate based on max, nominal, and min bitrates specified in bits per second |
WvOggVorbisEncoder::VBRQuality | Specifies a variable bitrate based on a quality index ranging from 0.0 (low quality) to 1.0 (high quality) |
WvOnDiskAlloc< Backend > | A class based on WvOnDiskHash that lets you store WvBufs and auto-assign them Index values as keys |
WvOnDiskHash< K, D, Backend > | This hashtable is different from normal WvStreams hashtables in that it stores the data on disk |
WvOnDiskList< T, Backend > | A class similar to WvList, but storing its values on disk in a WvOnDiskHash |
WvPassthroughEncoder | A very efficient passthrough encoder that just merges the input buffer into the output buffer |
WvPCMNormDoubleToSigned16Encoder | An encoder that converts PCM audio from normalized doubles to 16 bit signed short ints |
WvPCMNormFloatToSigned16Encoder | An encoder that converts PCM audio from normalized floats to 16 bit signed short ints |
WvPCMSigned16ToNormDoubleEncoder | An encoder that converts PCM audio from 16 bit signed short ints to normalized doubles |
WvPCMSigned16ToNormFloatEncoder | An encoder that converts PCM audio from 16 bit signed short ints to normalized floats |
WvPCMSigned16ToUnnormFloatEncoder | An encoder that converts PCM audio from 16 bit signed short ints to unnormalized floats |
WvPCMUnnormFloatToSigned16Encoder | An encoder that converts PCM audio from unnormalized floats to 16 bit signed short ints |
WvPipe | Implementation of a WvPipe stream |
WvPowerSpectrumEncoder | Computes a power spectrum from complex values input |
WvProtoStream | WvProtoStream is a framework that makes it easy to communicate using common command-response driven protocols |
WvQtStreamClone | Wraps another WvStream and attaches it to the normal Qt event loop |
WvRandomStream | A very simple stream that returns randomness from /dev/urandom |
WvReadOnlyBufferStoreMixin< Super > | A statically bound mixin template for buffer implementations that are read-only |
WvRealToComplexFFTEncoder | Computes the forward FFT transformation of real valued input to unnormalized complex output |
WvResolver | ASynchronous DNS resolver functions, so that we can do non-blocking lookups |
WvRSAEncoder | An encoder implementing the RSA public key encryption method |
WvRSAKey | An RSA public key or public/private key pair that can be used for encryption |
WvRSAStream | A crypto stream implementing RSA public key encryption |
IServiceHandler | Interface to an object which can be used to find other objects, given their UUIDs |
IServiceManager | The XPLC service manager interface |
WvSHA1Digest | SHA-1 Digest |
WvShmZone | Represents a shared-memory zone via mmap() |
WvSlp | Advertise yourself as an SLP Service |
WvSpeexDecoder | Decodes PCM audio using the Speex audio packet format |
WvSpeexEncoder | Encodes PCM audio using the Speex audio packet format |
WvSSLStream | SSL Stream, handles SSLv2, SSLv3, and TLS Methods - If you want it to be a server, then you must feed the constructor a WvX509Mgr object |
IStaticServiceHandler | Service handler for statically linked components |
WvStream | Unified support for streams, that is, sequences of bytes that may or may not be ready for read/write at any given time |
WvStreamClone | WvStreamClone simply forwards all requests to the "cloned" stream |
WvString | WvString is an implementation of a simple and efficient printable-string class |
WvStringAddr | A WvAddr that simply contains a printable string with a user-defined encapsulation type |
WvStringList | This is a WvList of WvStrings, and is a really handy way to parse strings |
WvStringStar | A ridiculous class needed because UniConf::operator->() needs to return a pointer, even though that pointer is going to be dereferenced immediately anyway |
WvSyncStream | WvSyncStream throttles its input to the specified bitrate |
WvSyslog | WvSyslog is a descendant of WvLogRcv that sends messages to the syslogd daemon |
WvTask | Represents a single thread of control |
WvTaskMan | Provides co-operative multitasking support among WvTask instances |
WvTCPConn | WvTCPConn tries to make all outgoing connections asynchronously (in the background) |
WvTCPListener | Class to easily create the Server side of a TCPConn.. |
WvTime | Based on (and interchangeable with) struct timeval |
WvTimeoutStream | WvTimeoutStream is a stream that becomes !isok() after a configurable number of milliseconds |
WvTimeStream | WvTimeStream causes select() to be true after a configurable number of milliseconds |
WvTripleDESEncoder | An encoder implementing the TripleDES encryption method |
WvTripleDESStream | A crypto stream implementing TripleDES encryption |
WvTunDev | WvTunDev provides a convenient way of using Linux tunnel devices |
WvTypedEncoder< IT, OT, S > | This template facilitates the creation and use of encoders that manipulate typed buffers |
WvTypedEncoder< IT, unsigned char, S > | Partial template specialization for unsigned char output buffer type to avoid compilation errors |
WvTypedEncoder< unsigned char, unsigned char, S > | Partial template specialization for unsigned char input and output buffer types to avoid compilation errors |
WvUDPStream | WvUDPStream can send and receive packets on a connectionless UDP socket |
UniCacheGen | A UniConf generator that adds a cache layer on top of another generator |
UniClientConn | Represents a connection to a UniConf daemon via any WvStream |
UniClientGen | Communicates with a UniConfDaemon to fetch and store keys and values |
UniConfDaemonConn | Retains all state and behavior related to a single UniConf daemon connection |
UniConfGen | A default implementation of IUniConfGen, providing various handy features that save trouble when implementing typical generators |
IUniConfGen | An abstract data container that backs a UniConf tree |
UniConfGen::Iter | An abstract iterator over keys and values in a generator |
UniConfGen::ListIter | An iterator that iterates through a constant list of keys |
UniConfGen::NullIter | An iterator that's always empty |
UniConfKey | Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix filesystem |
UniConfKey::Iter | An iterator over the segments of a key |
UniConfPair | Represents a simple key-value pair |
UniConfRoot | Represents the root of a hierarhical registry consisting of pairs of UniConfKeys and associated string values |
UniConfTree< Sub, Base > | A recursively composed dictionary for tree-structured data indexed by UniConfKey |
UniConfTree< Sub, Base >::Iter | An iterator that walks over all elements on one level of a UniConfTree |
UniConfValueTree | A plain UniConfTree that holds keys and values |
UniFilterGen | A UniConfGen that delegates all requests to an inner generator |
UniIniGen | Loads and saves ".ini"-style files similar to those used by Windows, but adapted to represent keys and values using Tcl style lists |
UniMountGen | The UniMountTree implementation realized as a UniConfGen |
UniMountTree | Used by UniMountTreeGen to maintain information about mounted subtrees |
UniMountTree::GenIter | An iterator over the generators that might provide a key starting with the nearest match |
UniMountTree::MountIter | An iterator over the UniMountTree nodes that might know something about the provided 'key', starting with the nearest match and then moving up the tree |
UniMountTreeGen | The UniMountTree implementation realized as a UniConfGen |
UniMountTreeGen::KeyIter | An iterator over the keys in a tree of mounted generators |
UniNullGen | A generator that is always empty and rejects changes |
UniPermGen | UniPermGen wraps a tree encoding Unix-style permissions, and provides an API for setting and checking them |
UniPStoreGen | A generator that exposes Windows protected storage |
UniReadOnlyGen | A generator that wraps another generator and makes it read only |
UniRegistryGen | A generator that exposes the windows registry |
UniReplicateGen | A UniConf generator that replicates generators between an ordered list of generators, with the priority given by the list |
UniRetryGen | A UniConfGen that reconnects to an inner generator specified by a moniker whenever the inner generator is no longer OK |
UniSecureGen | UniSecureGen wraps a given generator and checks permissions (using a Unix-style scheme) before responding to requests |
UniSlowGen | A UniConfGen that makes all "potentially synchronous" operations *really* slow, so you'll know for sure if you're calling UniConf synchronous operations when you shouldn't be |
UniSubtreeGen | A UniConfGen that returns only a particular subtree of a given generator |
UniTempGen | A UniConf generator that stores keys in memory |
UniUnwrapGen | Deprecated: a UniConfGen that delegates all requests to an inner UniConf |
UniWvConfGen::WvConfIter | A wrapper class for the wvconf iters to provide a UniConfGen iter |
WvUnixAddr | A Unix domain socket address is really just a filename |
WvUnixConn | WvStream-based Unix domain socket connection class |
WvUnixDGConn | WvStream-based Unix datagram domain socket connection class that listens on filename |
WvUnixDGListener | Server end of a Unix datagram socket stream |
WvUnixDGSocket | WvStream-based Unix datagram domain socket base class |
WvUnixListener | Server end of a Unix Sockets stream |
UUID_Info | Utility structure used for the interface map |
WvSpeex::VBRQuality | Specifies a variable bitrate based on a quality index ranging from 0.0 (low quality) to 1.0 (high quality) |
WvVector< T > | A dynamic array data structure with constant time lookup, linear time insertion / removal, and expected logarithmic time append |
WvVector< T >::Iter | A simple iterator that walks through all elements in the list |
WvVectorBase | The untyped vector base type |
WeakRef | Common implementation of a weak reference |
IWeakRef | Represents a weak reference to another object |
WvWordWrapEncoder | Trivial word wrapper |
WvWriteOnlyBufferStoreMixin< Super > | A statically bound mixin template for buffer implementations that are write-only |
IWvStream::SelectInfo | Data structure used by pre_select()/post_select() and internally by select() |
IWvStream::SelectRequest | A SelectRequest is a convenient way to remember what we want to do to a particular stream: read from it, write to it, or check for exceptions |
WvX509Mgr | X509 Class to handle certificates and their related functions |
WvXOREncoder | An encoder implementing simple XOR encryption |
WvXORStream | A crypto stream implementing XOR encryption |
XPLC | The XPLC helper class |
XPLC_ComponentEntry | Entry for a component |
XPLC_IID< T > | An Interface IDentifier |
XPLC_ModuleInfo | Information for an XPLC module |
xplc_ptr< T > | Smart pointer class for XPLC interfaces |