 _com_error | |
 _GUID | The structure underlying UUIDs |
 _UniConfGenRecursiveIter | |
 UniHashTreeBase::Accessor | |
 argp | |
 argp_child | |
 argp_fmtstream | |
 argp_option | |
 argp_state | |
 arguments | |
 BoolGuard | |
 CategoryEntryNode | |
 CategoryNode | |
 CheckIObject | |
 CheckIObjectOk | |
 CheckIObjectOkVector | |
 UniClientConn::CommandInfo | |
 ConversionIObject< T > | |
 UniPermGen::Credentials | |
 CStrExtraEscape | |
 WvCont::Data | |
 DefaultPort | |
 FixLibcIoBuffers | |
 ftpparse | |
 group | |
 HandlerNode | |
 hol | |
 hol_cluster | |
 hol_entry | |
 hol_help_state | |
 IObject | The basic interface which is included by all other XPLC interfaces and objects |
  ICategory | Represents a category |
   Category | |
  ICategoryIterator | Allows iteration over a category |
   CategoryIterator | |
  ICategoryManager | Let you register categories and obtain information about them |
   CategoryManager | |
  IFactory | Common object creation interface |
   GenericFactory | Generic factory class |
  IModuleLoader | The interface to control the module loader |
   ModuleLoader | |
  IModuleManagerFactory | |
   ModuleManagerFactory | |
  IMoniker | An interface for obtaining an IObject given a moniker string |
   IMonikerService | An interface for registering objects so they can be retrieved using a moniker |
    MonikerService | |
   NewMoniker | |
  IServiceHandler | Interface to an object which can be used to find other objects, given their UUIDs |
   IModule | The interface that a module should provide |
    Module | |
   IServiceManager | The XPLC service manager interface |
    ServiceManager | |
   IStaticServiceHandler | Service handler for statically linked components |
    StaticServiceHandler | |
   ModuleManager | |
  IUniConfGen | An abstract data container that backs a UniConf tree |
   UniConfGen | A default implementation of IUniConfGen, providing various handy features that save trouble when implementing typical generators |
    UniClientGen | Communicates with a UniConfDaemon to fetch and store keys and values |
    UniFileSystemGen | Creates a UniConf tree that mirrors some point in the Linux filesystem, with restrictions |
    UniFilterGen | A UniConfGen that delegates all requests to an inner generator |
     UniAutoMountGen | |
     UniBachelorGen | |
     UniDefGen | |
     UniFastRegetGen | A lightwight but slightly dangerous variant of UniCacheGen |
     UniPermGen | UniPermGen wraps a tree encoding Unix-style permissions, and provides an API for setting and checking them |
     UniReadOnlyGen | A generator that wraps another generator and makes it read only |
     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 counts all "potentially synchronous" (ie |
     UniSubtreeGen | A UniConfGen that returns only a particular subtree of a given generator |
    UniListGen | Accepts a list of UniConf generators, and stacks them, treating them as one uniconf source |
    UniMountGen | The UniMountTree implementation realized as a UniConfGen |
    UniNullGen | A generator that is always empty and rejects changes |
    UniPStoreGen | A generator that exposes Windows protected storage |
    UniRegistryGen | A generator that exposes the windows registry |
    UniReplicateGen | A UniConf generator that replicates generators between an ordered list of inner generators, with the priority given by the list |
    UniTempGen | A UniConf generator that stores keys in memory |
     UniCacheGen | A UniConf generator that adds a cache layer on top of another generator |
     UniCallbackGen | A UniConf generator that executes callbacks to generate the value of keys |
     UniIniGen | Loads and saves ".ini"-style files similar to those used by Windows, but adapted to represent keys and values using Tcl style lists |
    UniTransactionGen | A UniConfGen that represents pending transactions to another generator |
    UniUnwrapGen | Deprecated: a UniConfGen that delegates all requests to an inner UniConf |
    UniWvConfGen | A UniConf generator for backwards compatibility with WvConf |
  IWeakRef | Represents a weak reference to another object |
   WeakRef | Common implementation of a weak reference |
  IWvStream | |
   IWvListener | |
    WvListener | |
     WvNullListener | This is a listener that doesn't work |
     WvTCPListener | Class to easily create the Server side of a WvTCPConn |
     WvUnixListener | Server end of a Unix Sockets stream |
   WvStream | Unified support for streams, that is, sequences of bytes that may or may not be ready for read/write at any given time |
    WvBufStream | WvBufStream stores data written by write(), and returns it later on in read() |
     WvBufUrlStream | |
    WvDailyEvent | A simple class that can trigger an event on a timed basis |
    WvFdStream | Base class for streams built on Unix file descriptors |
     _WvConStream | |
     WvFile | WvFile implements a stream connected to a file or Unix device |
      WvAtomicFile | WvAtomicFile implements a simple extension to wvfile to allow for atomic file creation |
      WvLogFileBase | Basic WvLogRcv that logs to a file |
       WvLogFile | A more advanced WvLogFileBase |
      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 |
       WvModem | WvModem implements a named modem that really needs to be opened, closed, and manipulated in lots of ways |
      WvRandomStream | A very simple stream that returns randomness from /dev/urandom |
      WvTunDev | WvTunDev provides a convenient way of using Linux tunnel devices |
     WvIPRawStream | WvIPRawStream can send and receive packets on a connectionless IP socket |
     WvLogConsole | Captures formatted log messages and outputs them to the specified file descriptor |
      WvColorLogConsole | WvLogRcv adds some intelligence to WvLogRcvBase, to keep track of line-prefix-printing and other formatting information |
     WvLoopback | Implementation of a WvLoopback stream |
     WvPipe | Implementation of a WvPipe stream |
     WvPty | |
     WvTCPConn | WvTCPConn tries to make all outgoing connections asynchronously (in the background) |
     WvUDPStream | WvUDPStream can send and receive packets on a connectionless UDP socket |
     WvUnixConn | WvStream-based Unix domain socket connection class |
     WvUnixDGSocket | WvStream-based Unix datagram domain socket base class |
      WvUnixDGConn | WvStream-based Unix datagram domain socket connection class that listens on filename |
      WvUnixDGListener | Server end of a Unix datagram socket stream |
    WvInvertedStream | |
    WvIStreamList | WvStreamList holds a list of WvStream objects – and its select() and callback() functions know how to handle multiple simultaneous streams |
     UniConfDaemon | |
     WvDBusServer | |
     WvHttpPool | |
    WvLog | A WvLog stream accepts log messages from applications and forwards them to all registered WvLogRcv's |
    WvMagicLoopback | |
    WvReadLineStream | |
    WvStreamClone | WvStreamClone simply forwards all requests to the "cloned" stream |
     UniClientConn | Represents a connection to a UniConf daemon via any WvStream |
      UniConfDaemonConn | Retains all state and behavior related to a single UniConf daemon connection |
     UniConfPamConn | |
     WvDBusConn | |
     WvEncoderStream | WvEncoderStream chains a series of encoders on the input and output ports of the underlying stream to effect on-the-fly data transformations |
      WvBlowfishStream | A crypto stream implementing Blowfish encryption |
      WvGzipStream | A stream implementing Gzip compression and decompression |
      WvRSAStream | A crypto stream implementing RSA public key encryption |
      WvTripleDESStream | A crypto stream implementing TripleDES encryption |
      WvXORStream | A crypto stream implementing XOR encryption |
     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 |
     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 |
     WvUrlStream | |
      WvFtpStream | |
      WvHttpStream | |
     WvWinStreamClone | |
    WvStreamsDebuggerServer | |
    WvSubProcQueueStream | A variant of WvSubProcQueue that can be added to a WvStreamList so that WvSubProcQueue::go() gets called automatically at a reasonable interval |
    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 |
  WvX509 | X509 Class to handle certificates and their related functions |
   WvX509Mgr | |
 IObjectImplInternal | Helper internal structure |
 WvConfigSectionEmu::Iter | |
 WvConfEmu::Iter | |
 WvDBusMsg::Iter | |
 UniConfGen::Iter | An abstract iterator over keys and values in a generator |
  _UniSecureIter | |
  GenStyleChangeTreeIter | |
  GenStyleValueTreeIter | |
  UniConfGen::NullIter | An iterator that's always empty |
  UniFileSystemGenIter | |
  UniListGen::IterIter | |
  UniListIter | An iterator that iterates through a constant list of keys |
  UniRegistryGenIter | |
  UniUnwrapGen::Iter | |
  UniUnwrapGen::RecursiveIter | |
  UniWvConfGen::WvConfIter | A wrapper class for the wvconf iters to provide a UniConfGen iter |
 WvInterfaceDict::Iter | |
 UniConfKey::Iter | An iterator over the segments of a key |
 WvScatterHashBase::IterBase | |
  WvScatterHash< T, K, Accessor, Comparator >::Iter | |
   UniHashTreeBase::Iter | |
    UniConfTree< Sub >::Iter | An iterator that walks over all elements on one level of a UniConfTree |
 UniConf::IterBase | An implementation base class for key iterators |
  UniConf::Iter | This iterator walks through all immediate children of a UniConf node |
  UniConf::RecursiveIter | This iterator performs depth-first traversal of a subtree |
  UniConf::SortedIterBase | An implementation base class for sorted key iterators |
   UniConf::SortedIter | A sorted variant of UniConf::Iter |
   UniConf::SortedRecursiveIter | A sorted variant of UniConf::RecursiveIter |
   UniConf::SortedXIter | A sorted variant of UniConf::XIter |
  UniConf::XIter | This iterator walks over all children that match a wildcard pattern |
 WvHashTableBase::IterBase | |
  WvHashTable< T, K, Accessor, Comparator >::Iter | |
 WvListBase::IterBase | |
  WvList< T >::Iter | The iterator type for linked lists |
 IWvDBusAuth | |
  WvDBusClientAuth | |
  WvDBusServerAuth | |
 IWvIPFirewall | |
  WvIPFirewall | Class to handle Linux 2.4 IPTables |
 Math | |
 MemOps | An abstraction for memory transfer operations |
 ModuleNode | |
 MonikerNode | |
 WvLogBuffer::Msg | |
 WvLogBuffer::MsgCounter | |
 my_userdata | |
 ConversionIObject< T >::No | |
 ObjectNode | |
 OpEqComp< K > | |
 parser | |
 parser_convert_state | |
 parser_sizes | |
 pentry_state | |
 WvX509::PolicyMap | |
 prefix_t | |
 PWvStream | PWvStream is a smart pointer to an IWvStream object |
 Report | |
 RunWinSockInitialize | |
 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 |
 socket_fd_pair | |
 SocketFromFDMaker | |
 WvInterfaceDict::Sorter | |
 SpeedLookup | |
 WvLogRcv::Src_Lvl | |
 StrCaseComp< K > | |
 StupidWvForkDeallocator | |
 WvUrlStream::Target | |
 WvProtoStream::Token | |
 tun_pi | |
 UniConf | UniConf instances function as handles to subtrees of a UniConf tree and expose a high-level interface for clients |
  UniConfRoot | Represents the root of a hierarhical registry consisting of pairs of UniConfKeys and associated string values |
   UniTransaction | Wraps an existing UniConf tree with a transaction generator |
 UniConfKey | Represents a UniConf key which is a path in a hierarchy structured much like the traditional Unix filesystem |
 UniConfPair | Represents a simple key-value pair |
 UniMountGen::UniGenMount | |
 UniMountGen::UniGenMountPairs | |
 UniHashTreeBase | |
  UniConfTree< Sub > | A recursively composed dictionary for tree-structured data indexed by UniConfKey |
  UniConfTree< UniConfChangeTree > | |
   UniConfChangeTree | |
  UniConfTree< UniConfValueTree > | |
   UniConfValueTree | A plain UniConfTree that holds keys and values |
  UniConfTree< UniWatchInfoTree > | |
   UniWatchInfoTree | |
 UniWatch | |
 UniWatchInfo | |
 UniWatchList | |
 uparam_name | |
 uparams | |
 UUID_Info | Utility structure used for the interface map |
 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 |
  WvEtherAddr | An ethernet address is made up of a string of hex numbers, in the form AA:BB:CC:DD:EE:FF |
  WvIPAddr | An IP address is made up of a "dotted quad" – four decimal numbers in the form www.xxx.yyy.zzz |
   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 |
  WvStringAddr | A WvAddr that simply contains a printable string with a user-defined encapsulation type |
  WvUnixAddr | A Unix domain socket address is really just a filename |
 WvArgs | WvArgs - Sane command-line argument processing for WvStreams |
 WvArgsData | |
 WvArgsOption | |
  WvArgsArgOption | |
   WvArgsArgCallbackOption | |
   WvArgsDoubleOption | |
   WvArgsFloatOption | |
   WvArgsIntOption | |
   WvArgsLongOption | |
   WvArgsStringListAppendOption | |
   WvArgsStringOption | |
  WvArgsNoArgOption | |
   WvArgsFlipBoolOption | |
   WvArgsIncIntOption | |
   WvArgsNoArgCallbackOption | |
   WvArgsResetBoolOption | |
   WvArgsSetBoolOption | |
 WvAttrs | |
 WvBellPull | |
 WvBufBaseCommonImpl< T > | An abstract generic buffer template |
  WvBufBase< T > | The generic buffer base type |
   WvBufCursorBase< T > | A buffer that acts like a cursor over a portion of another buffer |
   WvBufViewBase< T > | A buffer that provides a read-write view over another buffer with a different datatype |
   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 |
   WvConstInPlaceBufBase< T > | A buffer that wraps a pre-allocated array and provides read-only access to its elements |
   WvDynBufBase< T > | A buffer that dynamically grows and shrinks based on demand |
   WvInPlaceBufBase< T > | A buffer that wraps a pre-allocated array and provides read-write access to its elements |
   WvNullBufBase< T > | A buffer that is always empty |
 WvBufBaseCommonImpl< unsigned char > | |
  WvBufBase< unsigned char > | Specialization of WvBufBase for unsigned char type buffers intended for use with raw memory buffers |
   WvCircularBufBase< unsigned char > | |
    WvCircularBuf | The circular in place raw memory buffer type |
   WvConstInPlaceBufBase< unsigned char > | |
    WvConstInPlaceBuf | The const in place raw memory buffer type |
     WvConstStringBuffer | A raw memory read-only buffer backed by a constant WvString |
   WvInPlaceBufBase< unsigned char > | |
    WvInPlaceBuf | The in place raw memory buffer type |
 WvBufStore | The abstract buffer storage base class |
  WvCircularBufStore | The WvCircularBuf storage class |
  WvInPlaceBufStore | The WvInPlaceBuf storage class |
  WvLinkedBufferStore | The WvLinkedBuffer storage class |
   WvDynBufStore | The WvDynBuf storage class |
  WvReadOnlyBufferStoreMixin< WvBufStore > | |
   WvBufCursorStore | The WvBufCursor storage class |
   WvConstInPlaceBufStore | The WvConstInPlaceBuf storage class |
   WvWriteOnlyBufferStoreMixin< WvReadOnlyBufferStoreMixin< WvBufStore > > | |
    WvNullBufStore | The WvNullBuf storage class |
 WvCallbackList< InnerCallback > | |
 WvComSmartBase | |
  WvComSmart< I > | |
 WvConf | WvConf configuration file management class: used to read/write config files that are formatted in the style of Windows .ini files |
 WvConfCallbackInfo | |
 WvConfEmu | |
 WvConfigEntry | |
 WvConfigEntryEmu | |
 WvConfigSection | |
 WvConfigSectionEmu | |
 WvCont | WvCont provides "continuations", which are apparently also known as semi-coroutines |
 WvCrashInfo | |
 WvCrashWill | |
 WvCRL | CRL Class to handle certificate revocation lists and their related functions |
 WvDaemon | WvDaemon - High-level abstraction for creating daemon processes |
  WvStreamsDaemon | WvStreamsDaemon - High-level abstraction for a daemon process that does nothing but add streams to the global list and execute it |
   UniConfd | |
   WvDBusDaemon | |
 WvDBusMsg | |
  WvDBusError | |
  WvDBusReplyMsg | |
  WvDBusSignal | |
 WvDelayedCallback< Functor > | 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 |
 WvDeserialize< WvStringList * > | |
 WvDiffieHellman | |
 WvDirEnt | |
 WvDirIter | |
  WvGlobDirIter | |
 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 |
  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 |
  WvBlowfishEncoder | An encoder implementing the Blowfish encryption method |
  WvCounterModeEncoder | A counter mode encryption encoder |
  WvCryptoEncoder | |
   WvTripleDESEncoder | An encoder implementing the TripleDES encryption method |
  WvDigest | Superclass for all message digests |
   WvAdler32Digest | Adler32 checksum Digest length of 4 bytes |
   WvCrc32Digest | CRC32 checksum Digest length of 4 bytes |
   WvEVPMDDigest | |
    WvMD5Digest | MD5 Digest |
    WvSHA1Digest | SHA-1 Digest |
   WvHMACDigest | HMAC Message Authentication Code |
  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 |
  WvGzipEncoder | An encoder implementing Gzip encryption and decryption |
  WvHexDecoder | A hex decoder |
  WvHexEncoder | A hex encoder |
  WvNullEncoder | An encoder that discards all of its input |
  WvPassthroughEncoder | A very efficient passthrough encoder that just merges the input buffer into the output buffer |
  WvRateAdjust | |
  WvRSAEncoder | An encoder implementing the RSA public key encryption method |
  WvTypedEncoder< IT, OT > | |
   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); |
  WvWordWrapEncoder | Trivial word wrapper |
  WvXOREncoder | An encoder implementing simple XOR encryption |
 WvErrorBase | A class for managing error numbers and strings |
  IWvStream | |
  WvDSAKey | An DSA public key or public/private key pair that can be used for encryption |
  WvError | A variant of WvErrorBase suitable for embedding as a member of your own object, preferably called 'err' |
   WvPushDir | |
  WvMagicCircle | A circular queue that can be accessed across fork() |
  WvRegex | WvRegex – Unified support for regular expressions |
   WvGlob | WvGlob – Unified support for filename globbing. ! |
  WvShmZone | Represents a shared-memory zone via mmap() |
 WvFastString | A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to allocate any memory, thus making it faster |
  WvString | WvString is an implementation of a simple and efficient printable-string class |
  WvStringStar | A ridiculous class needed because UniConf::operator->() needs to return a pointer, even though that pointer is going to be dereferenced immediately anyway |
 WvHashTableBase | A small, efficient, type-safe hash table (also known as dictionary) container class |
  WvHashTable< T, K, Accessor, Comparator > | |
 WvHTTPHeader | |
 WvInterface | A WvInterface manages a particular network interface |
 WvInterfaceDict | |
 WvIPAliaser | WvIPAliaser handles IP aliasing in the Linux kernel |
 WvIPRoute | Manipulate the kernel routing table in strange and interesting ways ;) |
 WvIPRouteList | List of IP Routes currently in effect |
 WvLink | WvLink is one element of a WvList<T> |
 WvListBase | |
  WvList< T > | A linked list container class |
 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 | |
 WvLogRcvBase | |
  WvLogRcv | WvLogRcv adds some intelligence to WvLogRcvBase, to keep track of line-prefix-printing and other formatting information |
   WvCrashLog | WvLogRcv that sticks log messages in the wvcrash_ring_buffer |
   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 |
   WvLogFileBase | Basic WvLogRcv that logs to a file |
   WvLogStream | A WvLogRcv that sends its log messages to any supplied WvStream |
   WvSyslog | WvSyslog is a descendant of WvLogRcv that sends messages to the syslogd daemon |
   WvWinDebugLog | |
 WvMatrix | |
 WvMonikerBase | WvMonikerBase is an auto-registration class for putting things into a WvMonikerRegistry |
  WvMoniker< T > | A type-safe version of WvMonikerBase that lets you provide create functions for object types other than IObject |
 WvMonikerRegistry | A list for holding moniker-prefix to factory-function mappings |
 WvOakleyAuth | |
 WvOCSPReq | |
 WvOCSPResp | |
 WvPam | |
 WvProcEnt | |
 WvProcIter | |
 WvQtHook | |
 WvReadOnlyBufferStoreMixin< Super > | A statically bound mixin template for buffer implementations that are read-only |
 WvResolver | ASynchronous DNS resolver functions, so that we can do non-blocking lookups |
 WvResolverHost | |
  WvResolverAddr | |
 WvRSAKey | An RSA public key or public/private key pair that can be used for encryption |
 WvScatterHashBase | |
  WvScatterHash< T, K, Accessor, Comparator > | |
 WvSorterBase | |
  WvSorter< _type_, _list_, _iter_ > | |
 WvSSL_Stupid_Refcount | |
 WvStreamsDebugger | |
 WvStreamsDebuggerStaticInitCleanup | |
 WvStringBuf | |
 WvStringCache | A cache table of WvString objects |
 WvStringList | This is a WvList of WvStrings, and is a really handy way to parse strings |
 WvStringMask | A class used to provide a masked lookup for characters in a string |
 WvStringTable | |
 WvSubProc | |
  WvSystem | WvSystem is a mostly-replacement for the libc system() function call, which people usually use because of its notational convenience, not because it calls the Unix shell |
 WvSubProcQueue | An ordered queue of WvSubProc instances |
  WvSubProcQueueStream | A variant of WvSubProcQueue that can be added to a WvStreamList so that WvSubProcQueue::go() gets called automatically at a reasonable interval |
 WvTask | Represents a single thread of control |
 WvTaskMan | Provides co-operative multitasking support among WvTask instances |
 WvTclParseValues | |
 WvTime | Based on (and interchangeable with) struct timeval |
 WvTraits< From > | |
 WvTraits_Helper< T, b > | |
 WvTraits_Helper< T, true > | |
 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 |
 WvUrl | |
 WvUrlLink | |
 WvUrlRequest | |
 WvWriteOnlyBufferStoreMixin< Super > | A statically bound mixin template for buffer implementations that are write-only |
 XPLC | The XPLC helper class |
 XPLC_CategoryEntry | Entry for a category registration |
 XPLC_ComponentEntry | Entry for a component |
 XPLC_CTAssert< true > | |
 XPLC_IID< T > | An Interface IDentifier |
 XPLC_ModuleInfo | Information for an XPLC module |
 xplc_ptr< T > | Smart pointer class for XPLC interfaces |
 xxReplyWaiter | |