Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages | Examples

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.
Since:
1.0.1
DWFCore::DWFBufferInputStreamAn input stream object that uses either a memory buffer or another input stream as its data source.
Since:
1.0.1
DWFCore::DWFBufferOutputStreamAn output stream object that caches data and, depending on the configuration, writes it to another stream.
Since:
1.0.1
DWFCore::DWFChainedSkipList< PK, SK, V, PE, SE, PL, SL, PZ, SZ >A chained skip list that allows for value types keyed in two dimensions where the first can be an aggregate and the second is unique.
Since:
1.0.1
DWFCore::DWFChainedSkipList< PK, SK, V, PE, SE, PL, SL, PZ, SZ >::IteratorAn implementation of a skip list iterator for chained lists.
Since:
1.0.1
DWFCore::DWFCharKeyChainedSkipList< V >A chained skip list collection template that uses const char* string keys.
Since:
1.0.1
DWFCore::DWFCharKeyHashList< T, H >A skip list based collection with hashed const char* string keys.
Since:
1.0.1
DWFCore::DWFCharKeyHashList< T, H >::IteratorAn implementation of the iterator for this hash list.
Since:
1.0.1
DWFCore::DWFCharKeySkipList< V >Skip list collection template that uses const char* string keys.
Since:
1.0.1
DWFCore::DWFCoreMemoryBase class for all core library objects.
Since:
1.0.1
DWFCore::DWFCountedObjectBase class for reference counted objects.
Since:
1.0.1
DWFCore::DWFCountedObjectPointerSmart pointer class for reference counted objects.
Since:
1.0.1
DWFCore::DWFDecompressingInputStreamAn input stream object that uses zlib to decompress bytes from another stream.
Since:
1.0.1
DWFCore::DWFDoesNotExistExceptionClass for missing object exceptions.
Since:
1.0.1
DWFCore::DWFExceptionBase class for all exceptions.
Since:
1.0.1
DWFCore::DWFFileGeneralized file specifier.
Since:
1.0.1
DWFCore::DWFFileDescriptorInterface for file description and control.
Since:
1.0.1
DWFCore::DWFFileInputStreamAn input stream object that provides streaming read functionality from a file descriptor.
Since:
1.0.1
DWFCore::DWFFileOutputStreamAn output stream object that provides streaming write functionality to a file descriptor.
Since:
1.0.1
DWFCore::DWFIllegalStateExceptionClass for logical state exceptions.
Since:
1.0.1
DWFCore::DWFInputStreamInterface for input (reader) streams.
Since:
1.0.1
DWFCore::DWFInvalidArgumentExceptionClass for bad function arguments exceptions.
Since:
1.0.1
DWFCore::DWFInvalidPasswordExceptionClass for authentication exceptions.
Since:
1.0.1
DWFCore::DWFInvalidTypeExceptionClass for type specification exceptions.
Since:
1.0.1
DWFCore::DWFIOExceptionClass for I/O operation exceptions.
Since:
1.0.1
DWFCore::DWFIterator< T >An interface template for iterators.
Since:
1.0.1
DWFCore::DWFKVIterator< K, V >An interface template for key-value iterators.
Since:
1.0.1
DWFCore::DWFMemoryExceptionClass for memory allocation exceptions.
Since:
1.0.1
DWFCore::DWFMIMESingleton providing a map of known MIME type strings to their file extensions.
Since:
1.0.1
DWFCore::DWFMonitoredInputStreamAn input stream whose read operation can be "watched".
Since:
1.0.1
DWFCore::DWFMonitoredInputStream::MonitorCallback interface for watching DWFMonitoredInputStream objects.
Since:
1.0.1
DWFCore::DWFNotImplementedExceptionClass for unimplemented method exceptions.
Since:
1.0.1
DWFCore::DWFNullPointerExceptionClass for access violation exceptions.
Since:
1.0.1
DWFCore::DWFOutputStreamInterface for output (writer) streams.
Since:
1.0.1
DWFCore::DWFOverflowExceptionClass for string and buffer overflow exceptions.
Since:
1.0.1
DWFCore::DWFOwnableGeneralization for classes that can be owned by others.
Since:
1.0.1
DWFCore::DWFOwnerGeneralization for classes that maintain ownership of others.
Since:
1.0.1
DWFCore::DWFParameterizedCountedObjectPointer< T >Smart pointer template for objects with a reference counted base class.
Since:
1.0.1
DWFCore::DWFPointer< T >Auto-pointer template.
Since:
1.0.1
DWFCore::DWFProcessMutexAn intra-process synchronization object for Microsoft Windows platforms.
Since:
1.0.1
DWFCore::DWFSemaphoreA synchronization object for counted, shared resources for Microsoft Windows platforms.
Since:
1.0.1
DWFCore::DWFSignalAn inter-thread notification synchronization object for Microsoft Windows platforms.
Since:
1.0.1
DWFCore::DWFSkipList< K, V, E, L, Z >Skip list collection template.
Since:
1.0.1
DWFCore::DWFSkipList< K, V, E, L, Z >::IteratorAn implementation of a key-value iterator for skip lists.
Since:
1.0.1
DWFCore::DWFSortedList< T, E, L, Z >A skip list based collection with ordered keys.
Since:
1.0.1
DWFCore::DWFSortedList< T, E, L, Z >::IteratorAn implementation of the iterator for sorted lists.
Since:
1.0.1
DWFCore::DWFStandardFileDescriptorDescriptor implementing file access and control using the Win32 System API.
Since:
1.0.1
DWFCore::DWFStreamFileDescriptorDescriptor implementing file stream access and control.
Since:
1.0.1
DWFCore::DWFStringA platform-independent Unicode string class.
Since:
1.0.1
DWFCore::DWFStringExceptionClass for general string manipulation exceptions.
Since:
1.0.1
DWFCore::DWFStringKeyChainedSkipList< V >A chained skip list collection template that uses DWFString keys.
Since:
1.0.1
DWFCore::DWFStringKeySkipList< V >Skip list collection template that uses DWFString keys.
Since:
1.0.1
DWFCore::DWFStringVectorIteratorAn iterator implementation for an STL vector of DWFString.
Since:
1.0.1
DWFCore::DWFSynchronizationThis interface should be implemented by all synchronization objects.
Since:
1.0.1
DWFCore::DWFTempFileThis class provides a simple, platform-independent mechanism for creating, using and managing temporary disk files.
Since:
1.0.1
DWFCore::DWFThreadA pooled worker thread implementation for Microsoft Windows platforms.
Since:
1.0.1
DWFCore::DWFThreadMutexA light weight inter-process synchronization object for Microsoft Windows platforms.
Since:
1.0.1
DWFCore::DWFThreadPoolThis class manages worker threads and executes DWFThreadWorker objects within them.
Since:
1.0.1
DWFCore::DWFThreadPool::ControllerThis interface is returned by thread pool for controlling a running pooled worker thread.
Since:
1.0.1
DWFCore::DWFThreadWorkerThis interface must be implemented by those classes that will be run in a worker thread in a DWFThreadPool.
Since:
1.0.1
DWFCore::DWFTimerThis class provides a high resolution hardware-based timer.
Since:
1.0.1
DWFCore::DWFTypeMismatchExceptionClass for mismatched type exceptions.
Since:
1.0.1
DWFCore::DWFUnexpectedExceptionClass for unexpected or unknown exceptions.
Since:
1.0.1
DWFCore::DWFUnzippingInputStreamAn input stream object that uses the zip library to extract file data from an archive.
Since:
1.0.1
DWFCore::DWFUTF8EncodingOutputStreamThis stream implemented performs UTF-8 character encoding on all data that is written to it.
Since:
1.0.1
DWFCore::DWFUUIDThis class represents a 128-bit uuid value.
Since:
1.0.1
DWFCore::DWFUUIDImplThis interface is used by DWFUUID to support different uuid generation algorithms.
Since:
1.0.1
DWFCore::DWFUUIDImpl_ANSIImplementation class for generating uuids on all platforms.
Since:
1.0.1
DWFCore::DWFUUIDImpl_Win32Implementation class for generating uuids on Microsoft Windows platforms utilizing the Win32 RPC library.
Since:
1.0.1
DWFCore::DWFWCharKeyChainedSkipList< V >A chained skip list collection template that uses const wchar_t* string keys.
Since:
1.0.1
DWFCore::DWFWCharKeyHashList< T, H >A skip list based collection with hashed const wchar_t* string keys.
Since:
1.0.1
DWFCore::DWFWCharKeyHashList< T, H >::IteratorAn implementation of the iterator for this hash list.
Since:
1.0.1
DWFCore::DWFWCharKeySkipList< V >Skip list collection template that uses const wchar_t* string keys.
Since:
1.0.1
DWFCore::DWFXMLEncodingOutputStreamThis stream implemented performs XML character encoding on all data that is written to it.
Since:
1.0.1
DWFCore::DWFZipFileDescriptorA descriptor implementation for zip (INFOZIP/PKZIP) file archive access and control.
Since:
1.0.1
DWFCore::DWFZippingOutputStreamAn output stream object that uses the zip library to archive files from another stream.
Since:
1.0.1
DWFCore::tDWFCharCompareEqualEquals comparator for ASCII character strings.
Since:
1.0.1
DWFCore::tDWFCharCompareLessLess Than comparator for ASCII character strings.
Since:
1.0.1
DWFCore::tDWFCharDefinedEmptyEmpty value definition for ASCII character strings.
Since:
1.0.1
DWFCore::tDWFCompareEqual< T >Equals comparator template.
Since:
1.0.1
DWFCore::tDWFCompareLess< T >Less Than comparator template.
Since:
1.0.1
DWFCore::tDWFDefinedEmpty< T >Empty value definition template.
Since:
1.0.1
DWFCore::tDWFDJB2HashKernel< S >32-bit DJB2 hash function.
Since:
1.0.1
DWFCore::tDWFFNV1A32HashKernel< S >32-bit FNV 1-a hash function.
Since:
1.0.1
DWFCore::tDWFFNV1A64HashKernel< S >64-bit FNV 1-a hash function.
Since:
1.0.1
DWFCore::tDWFHashKernel< T, S >Hashing function template.
Since:
1.0.1
DWFCore::tDWFJenk96CharHashKernel32-bit Jenk96 hash function for strings.
Since:
1.0.1
DWFCore::tDWFJenk96WCharHashKernel32-bit Jenk96 hash function for const wchar_t* strings.
Since:
1.0.1
DWFCore::tDWFStringDefinedEmptyEmpty value definition for DWFString objects.
Since:
1.0.1
DWFCore::tDWFWCharCompareEqualEquals comparator for wide character strings.
Since:
1.0.1
DWFCore::tDWFWCharCompareLessLess Than comparator for wide character strings.
Since:
1.0.1
DWFCore::tDWFWCharDefinedEmptyEmpty value definition for wide character strings.
Since:
1.0.1

Generated on Tue May 17 12:05:11 2005 for Autodesk DWF Core Library by  doxygen 1.4.1