File.h

Go to the documentation of this file.
00001 //
00002 //  Copyright (c) 2003-2006 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,
00008 //  AS TO THE CORRECTNESS OF THIS CODE OR ANY DERIVATIVE
00009 //  WORKS WHICH INCORPORATE IT.
00010 //
00011 //  AUTODESK PROVIDES THE CODE ON AN "AS-IS" BASIS
00012 //  AND EXPLICITLY DISCLAIMS ANY LIABILITY, INCLUDING
00013 //  CONSEQUENTIAL AND INCIDENTAL DAMAGES FOR ERRORS,
00014 //  OMISSIONS, AND OTHER PROBLEMS IN THE CODE.
00015 //
00016 //  Use, duplication, or disclosure by the U.S. Government is subject to
00017 //  restrictions set forth in FAR 52.227-19 (Commercial Computer Software
00018 //  Restricted Rights) and DFAR 252.227-7013(c)(1)(ii) (Rights in Technical
00019 //  Data and Computer Software), as applicable.
00020 //
00021 
00022 
00023 #ifndef _DWFCORE_FILE_H
00024 #define _DWFCORE_FILE_H
00025 
00026 
00031 
00053 
00054 #include "dwfcore/Core.h"
00055 #include "dwfcore/String.h"
00056 
00057 
00058 namespace DWFCore
00059 {
00060 
00072 class DWFFile   : virtual public DWFCoreMemory
00073 {
00074 
00075 public:
00076 
00085     _DWFCORE_API
00086     DWFFile( const ASCII_char_t* zName = NULL )
00087         throw();
00088 
00096     _DWFCORE_API
00097     DWFFile( const DWFString& rName )
00098         throw();
00099 
00106     _DWFCORE_API
00107     DWFFile( const DWFFile& rFile )
00108         throw();
00109 
00116     _DWFCORE_API
00117     DWFFile& operator=( const DWFFile& rFile )
00118         throw();
00119 
00125     _DWFCORE_API
00126     virtual ~DWFFile()
00127         throw();
00128 
00135     _DWFCORE_API
00136     virtual const DWFString& name() const
00137         throw( DWFException );
00138 
00139 
00140 protected:
00141 
00145     DWFString   _zName;
00146 };
00147 
00148 
00149 }
00150 
00151 
00152 #endif

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