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

Toolkit.h

Go to the documentation of this file.
00001 //
00002 //  Copyright (c) 1996-2005 by Autodesk, Inc.
00003 //
00004 //  By using this code, you are agreeing to the terms and conditions of
00005 //  the License Agreement included in the documentation for this code.
00006 //
00007 //  AUTODESK MAKES NO WARRANTIES, EXPRESS OR IMPLIED, AS TO THE CORRECTNESS
00008 //  OF THIS CODE OR ANY DERIVATIVE WORKS WHICH INCORPORATE IT. AUTODESK
00009 //  PROVIDES THE CODE ON AN "AS-IS" BASIS AND EXPLICITLY DISCLAIMS ANY
00010 //  LIABILITY, INCLUDING CONSEQUENTIAL AND INCIDENTAL DAMAGES FOR ERRORS,
00011 //  OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
00012 //
00013 //  Use, duplication, or disclosure by the U.S. Government is subject to
00014 //  restrictions set forth in FAR 52.227-19 (Commercial Computer Software
00015 //  Restricted Rights) and DFAR 252.227-7013(c)(1)(ii) (Rights in Technical
00016 //  Data and Computer Software), as applicable.
00017 //
00018 
00019 #ifndef _DWFTK_TOOLKIT_H
00020 #define _DWFTK_TOOLKIT_H
00021 
00022 
00027 
00028 #include "dwfcore/Core.h"
00029 
00030 
00031 #ifdef  HAVE_CONFIG_H
00032 #include "dwf/config.h"
00033 #endif
00034 
00035 
00036 #ifndef DWFTK_STATIC
00037 
00038 #ifdef  _DWFCORE_WIN32_SYSTEM
00039 #ifdef  DWFTK_EXPORT_API
00040 #define _DWFTK_API          __declspec( dllexport )
00041 #else
00042 #define _DWFTK_API          __declspec( dllimport )
00043 #endif
00044 #else
00045 #define _DWFTK_API
00046 #endif
00047 
00048 #else
00049 #define _DWFTK_API
00050 
00051 #ifndef BSTREAM_STATIC_LIB
00052 #define BSTREAM_STATIC_LIB
00053 #endif
00054 
00055 #endif
00056 
00057 //
00058 // we don't expose expat
00059 //
00060 #ifndef EXPAT_STATIC
00061 #define EXPAT_STATIC
00062 #endif
00063 
00070 namespace DWFToolkit
00071 {
00085     class _DWFTK_API DWFToolkitMemory
00086     {
00087     #ifdef  DWFTK_ENABLE_MEMORY_BASE
00088         public:
00089 
00093             void* operator new( size_t );
00094 
00098             void* operator new( size_t, void* );
00099 
00103             void  operator delete( void* );
00104 
00108             void  operator delete( void*, void* );
00109 
00110     #endif
00111     };
00112 }
00113 #endif
00114 

Generated on Tue May 17 12:38:51 2005 for Autodesk DWF Toolkit by  doxygen 1.4.1