FDO API Reference Feature Data Objects

FdoCommon.h

Go to the documentation of this file.
00001 #ifndef _FDOCOMMON_H_
00002 #define _FDOCOMMON_H_
00003 
00004 //
00005 // Copyright (C) 2004-2006  Autodesk, Inc.
00006 // 
00007 // This library is free software; you can redistribute it and/or
00008 // modify it under the terms of version 2.1 of the GNU Lesser
00009 // General Public License as published by the Free Software Foundation.
00010 // 
00011 // This library is distributed in the hope that it will be useful,
00012 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00013 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00014 // Lesser General Public License for more details.
00015 // 
00016 // You should have received a copy of the GNU Lesser General Public
00017 // License along with this library; if not, write to the Free Software
00018 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00019 //
00020 
00021 #ifdef _WIN32
00022 #pragma once
00023 #endif
00024 
00025 #include <Common/Std.h>
00026 #include <Common/FdoTypes.h>
00027 #include <Common/IDisposable.h>
00028 #include <Common/Disposable.h>
00029 #include <Common/Exception.h>
00030 #include <Common/Ptr.h>
00031 #include <Common/Array.h>
00032 #include <Common/ArrayHelper.h>
00033 #include <Common/StringP.h>
00034 #include <Common/Dimensionality.h>
00035 #include <Common/GeometryType.h>
00036 #include <Common/StringCollection.h>
00037 #include <Common/DictionaryElement.h>
00038 #include <Common/Dictionary.h>
00039 #include <Common/ReadOnlyNamedCollection.h>
00040 #include <Common/RestrictedNamedCollection.h>
00041 #include <Common/IStreamReader.h>
00042 #include <Common/Vector.h>
00043 #include <Common/Io/MemoryStream.h>
00044 #include <Common/Io/FileStream.h>
00045 #include <Common/Io/TextReader.h>
00046 #include <Common/Io/TextWriter.h>
00047 #include <Common/Io/ObjectStreamReader.h>
00048 #include <Common/Io/ByteStreamReader.h>
00049 #include <Common/Xml/Xml.h>
00050 #include <Common/Xml/XmlException.h>
00051 #include <Common/Xml/Attribute.h>
00052 #include <Common/Xml/AttributeCollection.h>
00053 #include <Common/Xml/SaxContext.h>
00054 #include <Common/Xml/SaxHandler.h>
00055 #include <Common/Xml/CharDataHandler.h>
00056 #include <Common/Xml/SkipElementHandler.h>
00057 #include <Common/Xml/Reader.h>
00058 #include <Common/Xml/Writer.h>
00059 #include <Common/Xml/CopyHandler.h>
00060 #include <Common/Xsl/Transformer.h>
00061 #include <Common/Gml212/Schema.h>
00062 #include <Common/Gml212/Gml212.h>
00063 
00064 #endif
00065 
00066 

Comments or suggestions? Send us feedback.