Platform-specific Class and Function Definitions


Detailed Description

Most of the classes in the core library are written in standard, platform-independent C++ and C. However, there are cases when platform-specific code is may be required in order to achieve a given solution. Likewise, if certain APIs or operating system or hardware features can be taken advantage of in order to provide a more robust solution, they maybe be utilized.

All of the classes and functions in the this category have their interface declaration in a single common header file - one that is not in a platform subfolder. This is important to note as the interface is guaranteed to be invariant with respect to any number of defintions it may possess.

This category does not include abstract interfaces.


Classes

class  DWFCore::DWFStreamFileDescriptor
 Descriptor implementing file stream access and control. More...
class  DWFCore::DWFString
 A platform-independent Unicode string class. More...
class  DWFCore::DWFTempFile
 This class provides a simple, platform-independent mechanism for creating, using and managing temporary disk files. More...
class  DWFCore::DWFTimer
 This class provides a high resolution hardware-based timer. More...


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