Autodesk DWF Core Library Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
DWFCore::DWFBasicIteratorImpl< T >An iterator and basic collection implementation template
DWFCore::DWFBufferInputStreamAn input stream object that uses either a memory buffer or another input stream as it's data source
DWFCore::DWFBufferOutputStreamAn output stream object that caches data and, depending on the configuration, writes it to another stream
DWFCore::DWFCachingIterator< T >An iterator that stores a collection of the added items
DWFCore::DWFChainedSkipList< PK, SK, V, PE, SE, PL, SL, PZ, SZ >A chained skip list allows for value types keyed in two dimensions where the first can be an aggregate and the second is unique
DWFCore::DWFChainedSkipList< PK, SK, V, PE, SE, PL, SL, PZ, SZ >::ConstIteratorAn implementation of a skip list const iterator for chained lists
DWFCore::DWFChainedSkipList< PK, SK, V, PE, SE, PL, SL, PZ, SZ >::IteratorAn implementation of a skip list iterator for chained lists
DWFCore::DWFCharKeyChainedSkipList< V >A chained skip list collection template that uses const char* string keys
DWFCore::DWFCharKeyHashList< T, H >A skip list based collection with hashed const char* string keys
DWFCore::DWFCharKeyHashList< T, H >::ConstIteratorAn implementation of the const iterator for this hash list
DWFCore::DWFCharKeyHashList< T, H >::IteratorAn implementation of the iterator for this hash list
DWFCore::DWFCharKeySkipList< V >Skip list collection template that uses const char* string keys
DWFCore::DWFCompressingInputStreamAn input stream object that uses zlib to decompress bytes from from another stream
DWFCore::DWFConstIterator< T >An interface template for const iterators
DWFCore::DWFCoreMemoryBase class for all core library objects
DWFCore::DWFCountedObjectBase class for reference counted objects
DWFCore::DWFCountedObjectPointerSmart pointer class for reference counted objects
DWFCore::DWFDecompressingInputStreamAn input stream object that uses zlib to decompress bytes from from another stream
DWFCore::DWFDecryptingInputStreamThe interface for an input stream object that decrypts a password string
DWFCore::DWFDigestThe digest computes a one-way hash given a sequence of bytes
DWFCore::DWFDigestInputStreamThe interface for an input stream object that computes a digest for a complete sequence of bytes read
DWFCore::DWFDigestOutputStreamThe interface for an output stream object that computes a digest for a complete sequence of bytes written
DWFDoesNotExistExceptionClass for missing object exceptions
DWFCore::DWFEncryptingInputStreamThe interface for an input stream object that encrypts a password string
DWFCore::DWFExceptionBase class for all exceptions
DWFCore::DWFFileGeneralized file specifier
DWFCore::DWFFileDescriptorInterface for file description and control
DWFCore::DWFFileInputStreamAn input stream object that provides streaming read functionality from a file descriptor
DWFCore::DWFFileOutputStreamAn output stream object that provides streaming write functionality to a file descriptor
DWFIllegalStateExceptionClass for logical state exceptions
DWFCore::DWFInputStreamInterface for input (reader) streams
DWFInvalidArgumentExceptionClass for bad function arguments exceptions
DWFInvalidPasswordExceptionClass for authentication exceptions
DWFInvalidTypeExceptionClass for type specification exceptions
DWFIOExceptionClass for I/O operation exceptions
DWFCore::DWFIterator< T >An interface template for iterators
DWFCore::DWFKVConstIterator< K, V >An interface template for key-value iterators
DWFCore::DWFKVIterator< K, V >An interface template for key-value iterators
DWFCore::DWFMD5DigestThis class computes a one-way hash given a sequence of bytes using the MD5 algorithm
DWFMemoryExceptionClass for memory allocation exceptions
DWFCore::DWFMIMESingleton providing a map of known MIME type strings to their file extensions
DWFCore::DWFMonitoredInputStreamAn input stream whose read operation can be "watched"
DWFCore::DWFMonitoredInputStream::MonitorCallback interface for watching DWFMonitoredInputStream objects
DWFNameCollisionExceptionClass for signalling that duplicate names were encountered where they are invalid
DWFNotImplementedExceptionClass for unimplemented method exceptions
DWFNullPointerExceptionClass for access violation exceptions
DWFCore::DWFOrderedVector< T, Pr, Eq >A container to store objects in a contiguous block of memory. (as in STL vectors)
DWFCore::DWFOutputStreamInterface for output (writer) streams
DWFOverflowExceptionClass for string and buffer overflow exceptions
DWFCore::DWFOwnableGeneralization for classes that can be owned by others
DWFCore::DWFOwnerGeneralization for classes that maintain ownership of others
DWFCore::DWFParameterizedCountedObjectPointer< T >Smart pointer template for objects with a reference counted base class
DWFCore::DWFPointer< T >Auto-pointer template
DWFCore::DWFProcessMutexA intra-process synchronization object for Microsoft Windows platforms
DWFCore::DWFSemaphoreA synchronization object for counted, shared resources for Microsoft Windows platforms
DWFCore::DWFSHA1DigestThis class computes a one-way hash given a sequence of bytes using the SHA1 algorithm
DWFCore::DWFSignalAn inter-thread notification synchronization object for Microsoft Windows platforms
DWFCore::DWFSkipList< K, V, E, L, Z >Skip list collection template
DWFCore::DWFSkipList< K, V, E, L, Z >::_Node::_ConstIterator
DWFCore::DWFSkipList< K, V, E, L, Z >::_Node::_Iterator
DWFCore::DWFSkipList< K, V, E, L, Z >::ConstIteratorAn implementation of a key-value const iterator for skip lists
DWFCore::DWFSkipList< K, V, E, L, Z >::IteratorAn implementation of a key-value iterator for skip lists
DWFCore::DWFSortedList< T, E, L, Z >A skip list based collection with ordered keys
DWFCore::DWFSortedList< T, E, L, Z >::ConstIteratorAn implementation of the const iterator for sorted lists
DWFCore::DWFSortedList< T, E, L, Z >::IteratorAn implementation of the iterator for sorted lists
DWFCore::DWFSortedVector< T, Pr, Eq >A sorted container to store objects in a contiguous block of memory (as in STL vectors)
DWFCore::DWFStandardFileDescriptorDescriptor implementing file access and control using the Win32 System API
DWFCore::DWFStandardFileDescriptor
DWFCore::DWFStreamFileDescriptorDescriptor implementing file stream access and control
DWFCore::DWFStreamOutputBufferDescriptorThis provides a descriptor interface to an output buffer
DWFCore::DWFStringA platform-independent Unicode string class
DWFStringExceptionClass for general string manipulation exceptions
DWFCore::DWFStringKeyChainedSkipList< V >A chained skip list collection template that uses DWFString keys
DWFCore::DWFStringKeySkipList< V >Skip list collection template that uses DWFString keys
DWFCore::DWFStringTable
DWFCore::DWFStringVectorIterator< A >An iterator implementation for an STL vector of DWFString
DWFCore::DWFSynchronizationThis interface should be implemented by all synchronization objects
DWFCore::DWFTempFileThis class provides a simple, platform-independent mechanism for creating, using and managing temporary disk files
DWFCore::DWFThreadA pooled worker thread implementation for Microsoft Windows platforms
DWFCore::DWFThreadMutexA light weight inter-process synchronization object for Microsoft Windows platforms
DWFCore::DWFThreadPoolThis class manages worker threads and executes DWFThreadWorker objects within them
DWFCore::DWFThreadPool::ControllerThis interface returned by thread pool for controlling a running pooled worker thread
DWFCore::DWFThreadWorkerThis interface must be implemented by those classes that will be run in a worker thread in a DWFThreadPool
DWFCore::DWFTimerThis class provides a high resolution hardware-based timer
DWFTypeMismatchExceptionClass for mismatched type exceptions
DWFUnexpectedExceptionClass for unexpected or unknown exceptions
DWFCore::DWFUnzippingInputStreamAn input stream object that uses the zip library to extract file data from an archive
DWFUserCancelledExceptionClass for signalling that a process has been terminated by the end user
DWFCore::DWFUTF8EncodingOutputStreamThis stream implemented performs UTF-8 character encoding on all data that is written to it
DWFCore::DWFUUIDThis class represents a 128-bit uuid value
DWFCore::DWFUUIDImplThis interface is used by DWFUUID to support different uuid generation algorithms
DWFCore::DWFUUIDImpl_ANSIImplementation class for generating uuids on all platforms
DWFCore::DWFUUIDImpl_Win32Implementation class for generating uuids on Microsoft Windows platforms utilizing the Win32 RPC library
DWFCore::DWFVector< T, Pr, Eq >A container to store objects in a contiguous block of memory (as in STL vectors)
DWFCore::DWFVectorConstIterator< T, A >An const iterator implementation for an STL vector
DWFCore::DWFVectorIterator< T, A >An iterator implementation for an STL vector
DWFCore::DWFWCharKeyChainedSkipList< V >A chained skip list collection template that uses const wchar_t* string keys
DWFCore::DWFWCharKeyHashList< T, H >A skip list based collection with hashed const wchar_t* string keys
DWFCore::DWFWCharKeyHashList< T, H >::ConstIteratorAn implementation of the const iterator for this hash list
DWFCore::DWFWCharKeyHashList< T, H >::IteratorAn implementation of the iterator for this hash list
DWFCore::DWFWCharKeySkipList< V >Skip list collection template that uses const wchar_t* string keys
DWFCore::DWFXMLBuildableThis interface is used to indicate those classes that can be dynamically constructed during the document parsing process
DWFCore::DWFXMLBuildable::tUnresolvedThis defines a structure to return unresolved attributes back to the caller when trying to parse the attributes of an XML buildable
DWFCore::DWFXMLCallbackThis class integrates with the Expat XML parser
DWFXMLDuplicateAttributeExceptionClass for signalling duplicate attributes encountered during XML parsing
DWFCore::DWFXMLEncodingOutputStreamThis stream implemented performs XML character encoding on all data that is written to it
DWFCore::DWFXMLNamespaceBaseEncapsulates a namespace used to extend elements and/or attributes added to a DWF XML document
DWFCore::DWFXMLParserProvide logic to run an XML document through expat
DWFCore::DWFXMLSerializableBaseThis interface is used to indicate those classes that can be written as XML into a stream
DWFCore::DWFXMLSerializerAn object that facilitates the publishing of toolkit data objects into XML
DWFCore::DWFXMLSerializer::XMLOutputStream
DWFCore::DWFZipFileDescriptorA descriptor implementation for zip (INFOZIP/PKZIP) file archive access and control
DWFCore::DWFZipFileIndexA wrapper implementation for a zip file (INFOZIP/PKZIP) index
DWFCore::DWFZippingOutputStreamAn output stream object that uses the zip library to archive files. from another stream
DWFZlibDataExceptionClass for ZLIB data error exceptions
DWFCore::IDWFOwnableGeneralization for classes that can be owned by others
DWFCore::tDWFCharCompareEqualEquals comparator for ASCII character strings
DWFCore::tDWFCharCompareLessLess Than comparator for ASCII character strings
DWFCore::tDWFCharDefinedEmptyEmpty value definition for ASCII character strings
DWFCore::tDWFCompareEqual< T >Equals comparator template
DWFCore::tDWFCompareLess< T >Less Than comparator template
DWFCore::tDWFDefinedEmpty< T >Empty value definition template
DWFCore::tDWFDJB2HashKernel< S >32-bit DJB2 hash function
DWFCore::tDWFFNV1A32HashKernel< S >32-bit FNV 1-a hash function
DWFCore::tDWFFNV1A64HashKernel< S >64-bit FNV 1-a hash function
DWFCore::tDWFHashKernel< T, S >Hashing function template
DWFCore::tDWFJenk96CharHashKernel32-bit Jenk96 hash function for strings
DWFCore::tDWFJenk96WCharHashKernel32-bit Jenk96 hash function for const wchar_t* strings
DWFCore::tDWFStringDefinedEmptyEmpty value definition for DWFString objects
DWFCore::tDWFWCharCompareEqualEquals comparator for wide character strings
DWFCore::tDWFWCharCompareLessLess Than comparator for wide character strings
DWFCore::tDWFWCharDefinedEmptyEmpty value definition for wide character strings

Generated on Tue Jan 6 22:39:29 2009 for Autodesk DWF Core Library by  doxygen 1.4.5