| 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 |
| arpreq_old | |
| WvAudioDecoder | |
| WvAudioEncoder | Abstract base class for encoders for PCM audio |
| BackendHash | |
| 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 |
| Iter | |
| WvBdbHash< K, D > | This hashtable is different from normal WvStreams hashtables in that it stores the data on disk |
| WvBdbHash< K, D >::datumize< T > | |
| WvBdbHash< K, D >::Iter | |
| WvBdbHashBase | |
| WvBdbHashBase::datum | |
| WvBdbHashBase::IterBase | |
| WvSpeex::BitrateSpec | Bitrate specification |
| WvBlowfishEncoder | An encoder implementing the Blowfish encryption method |
| WvBlowfishStream | A crypto stream implementing Blowfish encryption |
| WvBoundCallback< InnerCallback, B > | |
| 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() |
| WvBufUrlStream | |
| WvBufViewBase< T > | A buffer that provides a read-write view over another buffer with a different datatype |
| WvCallback< R, P1, P2, P3, P4, P5, P6, P7, P8 > | |
| WvCallbackFunctor< ParentCallback, Functor > | |
| WvCallbackImpl< R, P1, P2, P3, P4, P5, P6, P7, P8 > | |
| WvCallbackImpl< R, P1, P2, P3, P4, P5, P6, P7, P8 >::FrozenParams | |
| WvCallbackImpl< R, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType > | |
| WvCallbackImpl< R, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType >::FrozenParams | |
| WvCallbackImpl< R, P1, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType > | |
| WvCallbackImpl< R, P1, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType >::FrozenParams | |
| WvCallbackImpl< R, P1, P2, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType > | |
| WvCallbackImpl< R, P1, P2, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType >::FrozenParams | |
| WvCallbackImpl< R, P1, P2, P3, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType > | |
| WvCallbackImpl< R, P1, P2, P3, EmptyType, EmptyType, EmptyType, EmptyType, EmptyType >::FrozenParams | |
| WvCallbackImpl< R, P1, P2, P3, P4, EmptyType, EmptyType, EmptyType, EmptyType > | |
| WvCallbackImpl< R, P1, P2, P3, P4, EmptyType, EmptyType, EmptyType, EmptyType >::FrozenParams | |
| WvCallbackImpl< R, P1, P2, P3, P4, P5, EmptyType, EmptyType, EmptyType > | |
| WvCallbackImpl< R, P1, P2, P3, P4, P5, EmptyType, EmptyType, EmptyType >::FrozenParams | |
| WvCallbackImpl< R, P1, P2, P3, P4, P5, P6, EmptyType, EmptyType > | |
| WvCallbackImpl< R, P1, P2, P3, P4, P5, P6, EmptyType, EmptyType >::FrozenParams | |
| WvCallbackImpl< R, P1, P2, P3, P4, P5, P6, P7, EmptyType > | |
| WvCallbackImpl< R, P1, P2, P3, P4, P5, P6, P7, EmptyType >::FrozenParams | |
| WvCallbackMember< ParentCallback, PtrToObject, PtrToMember > | |
| 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) |
| CDialog | |
| Cipstreams | |
| 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 |
| WvConfCallbackInfo | |
| WvConfEmu | |
| WvConfEmu::Iter | |
| WvConfigEntry | |
| WvConfigEntryEmu | |
| WvConfigEntryList | |
| WvConfigSection | |
| WvConfigSectionEmu | |
| WvConfigSectionEmu::Iter | |
| WvConfigSectionList | |
| 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 | |
| Iter | |
| WvCounterModeEncoder | A counter mode encryption encoder |
| CRichEditCtrl | |
| WvCryptoEncoder | |
| Ctest3App | |
| Ctest3Dlg | |
| Cutils | |
| CWinApp | |
| WvDailyEvent | A simple class that can trigger an event on a timed basis |
| datum | |
| datum | |
| 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 |
| WvDiffieHellman | |
| WvDigest | Superclass for all message digests |
| DIR | |
| WvDirEnt | |
| dirent | |
| WvDirIter | |
| 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 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 |
| WvEVPMDDigest | |
| 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 |
| ftpparse | |
| WvFtpStream | |
| 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); |
| WvGdbmAlloc | A class based on WvGdbmHash that lets you store WvBufs and auto-assign them Index values as keys |
| WvGdbmHash< K, D > | This hashtable is different from normal WvStreams hashtables in that it stores the data on disk |
| WvGdbmHash< K, D >::datumize< T > | |
| WvGdbmHash< K, D >::Iter | |
| WvGdbmHashBase | |
| WvGdbmHashBase::IterBase | |
| WvGdbmList< T > | A class similar to WvList, but storing its values on disk in a WvGdbmHash |
| WvGdbmList< T >::Iter | |
| WvGdbmList< T >::Link | |
| GenericComponent< T > | |
| WvGzipEncoder | An encoder implementing Gzip encryption and decryption |
| WvGzipStream | A stream implementing Gzip compression and decompression |
| WvHashTable< T, K, Accessor, Comparator > | |
| WvHashTable< T, K, Accessor, Comparator >::Iter | |
| WvHashTableBase | The untyped base class of WvHashTable<T> |
| WvHashTableBase::IterBase | |
| WvHexDecoder | A hex decoder |
| WvHexEncoder | A hex encoder |
| WvHMACDigest | HMAC Message Authentication Code |
| WvHTTPHeader | |
| WvHttpPool | |
| WvHTTPStream | WvHTTPStream connects to an HTTP server and allows the requested file to be retrieved using the usual WvStream-style calls |
| WvHttpStream | |
| 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 |
| WvInterfaceDict | |
| WvInterfaceDict::Iter | |
| Iter | |
| IObject | |
| 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 |
| WvIPRouteListBase | |
| WvIStreamList | WvStreamList holds a list of WvStream objects -- and its select() and callback() functions know how to handle multiple simultaneous streams |
| WvIStreamListBase | |
| IWvStream | |
| 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 |
| 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 |
| WvListBase | |
| WvListBase::IterBase | |
| WvLockDev | Class to handle Lock files - useful for WvDial and other places where we need to guarantee exclusive access to a file or device |
| WvLockFile | |
| 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 |
| WvLogBuffer::Msg | |
| WvLogBuffer::MsgCounter | |
| WvLogConsole | Captures formatted log messages and outputs them to the specified file descriptor |
| WvLogFile | |
| WvLogFileBase | |
| WvLogRcv | WvLogRcv adds some intelligence to WvLogRcvBase, to keep track of line-prefix-printing and other formatting information |
| WvLogRcv::Src_Lvl | |
| WvLogRcvBase | |
| WvLoopback | Implementation of a WvLoopback stream |
| WvMagicCircle | A circular queue that can be accessed across fork() |
| WvMap< TKey, TData, Comparator, BackendHash > | |
| WvMapPair< TKey, _TData > | |
| WvMapPair< TKey, _TData * > | |
| WvMatrix | |
| WvMD5Digest | MD5 Digest |
| 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 |
| 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 |
| MyEdit | |
| MySocket | |
| WvNullBufBase< T > | A buffer that is always empty |
| WvNullBufStore | The WvNullBuf storage class |
| WvNullEncoder | An encoder that discards all of its input |
| WvOakleyAuth | |
| 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) |
| OpEqComp< K > | |
| WvPamStream | |
| 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 |
| WvPCMNormDoubleToSigned16Functor | |
| WvPCMNormFloatToSigned16Encoder | An encoder that converts PCM audio from normalized floats to 16 bit signed short ints |
| WvPCMNormFloatToSigned16Functor | |
| WvPCMSigned16ToNormDoubleEncoder | An encoder that converts PCM audio from 16 bit signed short ints to normalized doubles |
| WvPCMSigned16ToNormDoubleFunctor | |
| WvPCMSigned16ToNormFloatEncoder | An encoder that converts PCM audio from 16 bit signed short ints to normalized floats |
| WvPCMSigned16ToNormFloatFunctor | |
| WvPCMSigned16ToUnnormFloatEncoder | An encoder that converts PCM audio from 16 bit signed short ints to unnormalized floats |
| WvPCMSigned16ToUnnormFloatFunctor | |
| WvPCMUnnormFloatToSigned16Encoder | An encoder that converts PCM audio from unnormalized floats to 16 bit signed short ints |
| WvPCMUnnormFloatToSigned16Functor | |
| 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 |
| WvProtoStream::Token | |
| QObject | |
| WvQtHook | |
| WvQtStreamClone | Wraps another WvStream and attaches it to the normal Qt event loop |
| WvRandomStream | A very simple stream that returns randomness from /dev/urandom |
| WvRateAdjust | |
| 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 |
| WvScatterHash< T, K, Accessor, Comparator > | |
| WvScatterHash< T, K, Accessor, Comparator >::Iter | |
| WvScatterHashBase | |
| WvScatterHashBase::IterBase | |
| WvScatterHashBase::pair | |
| SecureGen | |
| WvSHA1Digest | SHA-1 Digest |
| WvShmZone | Represents a shared-memory zone via mmap() |
| WvSimpleAudioDecoder | |
| WvSimpleAudioEncoder | |
| socket_fd_pair | |
| SocketFromFDMaker | |
| WvSorter< _type_, _list_, _iter_ > | |
| WvSorterBase | |
| 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 |
| stat | |
| StrCaseComp< K > | |
| 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 |
| WvStreamList | WvStreamList holds a list of WvStream objects -- and its select() and callback() functions know how to handle multiple simultaneous streams |
| WvStreamListBase | |
| 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 |
| WvStringBuf | |
| WvStringList | |
| WvStringListBase | |
| WvStringTable | |
| WvStringTableBase | |
| WvSubProc | |
| 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.. |
| WvTest | |
| 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 |
| tun_pi | |
| 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 |
| UniClientConn::CommandInfo | |
| UniClientGen | Communicates with a UniConfDaemon to fetch and store keys and values |
| Iter | |
| UniClientGen::RemoteKeyIter | An iterator over remote keys |
| UniConf | |
| UniConfDaemon | |
| UniConfDaemonConn | Retains all state and behavior related to a single UniConf daemon connection |
| UniConfFileTreeGen | |
| UniConfGen | An abstract data container that backs a UniConf tree |
| UniConfGen::Iter | An abstract iterator over keys and values in a generator |
| UniConfGen::NullIter | An iterator that's always empty |
| UniConfGremlin | |
| 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 |
| UniConfPamConn | |
| 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 ordered tree-structured data indexed by UniConfKey with logarithmic lookup time for each 1-level search, linear insertion and removal |
| 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 |
| UniDefGen | |
| UniFilterGen | A UniConfGen that delegates all requests to an inner generator |
| UniHashTreeBase | |
| UniHashTreeBase::Accessor | |
| UniHashTreeBase::Iter | |
| UniIniGen | Loads and saves ".ini"-style files similar to those used by Windows, but adapted to represent keys and values using Tcl style lists |
| UniIniTreeGen | Loads and saves ".ini"-style files similar to those used by Windows which are stored in a directory |
| UniListGen | |
| UniListGen::IterIter | |
| UniMountGen | The UniMountTree implementation realized as a UniConfGen |
| UniMountGen::UniGenMount | |
| 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 |
| UniPermGen::Credentials | |
| 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 |
| UniSecureGen | UniSecureGen wraps a given generator and checks permissions (using a Unix-style scheme) before responding to requests |
| UniTempGen | A UniConf generator that stores keys in memory |
| Iter | |
| UniTempGen::NodeIter | An iterator over keys stored in a UniTempGen |
| UniWatch | |
| UniWatchInfo | |
| UniWatchInfoTree | |
| UniWvConfGen | |
| 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 |
| WvUnixListener | Server end of a Unix Sockets stream |
| WvUrl | |
| WvUrlLink | |
| WvUrlRequest | |
| WvUrlStream | |
| WvUrlStream::Target | |
| 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 |
| Victim | |
| WvWinDebugLog | |
| WvWinStreamClone | |
| WvWordWrapEncoder | Trivial word wrapper |
| WvWriteOnlyBufferStoreMixin< Super > | A statically bound mixin template for buffer implementations that are write-only |
| WvX509Mgr | X509 Class to handle certificates and their related functions |
| XIID< T > | |
| WvXOREncoder | An encoder implementing simple XOR encryption |
| WvXORStream | A crypto stream implementing XOR encryption |
| XUUID | |