Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


VCPPDefinitions.hpp
Go to the documentation of this file.
1 /*
2  * Licensed to the Apache Software Foundation (ASF) under one
3  * or more contributor license agreements. See the NOTICE file
4  * distributed with this work for additional information
5  * regarding copyright ownership. The ASF licenses this file
6  * to you under the Apache License, Version 2.0 (the "License");
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License.
17  */
18 #if !defined(VCPPDEFINITIONS_HEADER_GUARD_1357924680)
19 #define VCPPDEFINITIONS_HEADER_GUARD_1357924680
20 
21 
22 #pragma warning(disable: 4127 4146 4251 4284 4345 4351 4355 4511 4512 4514 4521 4702 4710 4711 4786 4097 4503 4786; error: 4150 4172 4238 4239 4715)
23 
24 #include <basetsd.h>
25 
26 // ---------------------------------------------------------------------------
27 // A define in the build for each project is also used to control whether
28 // the export keyword is from the project's viewpoint or the client's.
29 // These defines provide the platform specific keywords that they need
30 // to do this.
31 // ---------------------------------------------------------------------------
32 #define XALAN_PLATFORM_EXPORT __declspec(dllexport)
33 #define XALAN_PLATFORM_IMPORT __declspec(dllimport)
34 #define XALAN_PLATFORM_EXPORT_FUNCTION(T) XALAN_PLATFORM_EXPORT T
35 #define XALAN_PLATFORM_IMPORT_FUNCTION(T) XALAN_PLATFORM_IMPORT T
36 
37 
38 #if _MSC_VER >= 1300
39  #define XALAN_INLINE_INITIALIZATION
40  #if !defined(__INTEL_COMPILER)
41  #define XALAN_INLINE_INITIALIZATION_IS_DEFINITION_BUG
42  #if _MSC_VER >= 1400
43  #define XALAN_AUTO_PTR_REQUIRES_DEFINITION
44  #define XALAN_USE_WINDOWS_COLLATION
45  #endif
46  #endif
47  #define XALAN_NEW_STD_ALLOCATOR
48  #define XALAN_HAS_STD_ITERATORS
49  #if _MSC_VER == 1300
50  #define XALAN_VCPP_USE_PTRIT
51  #endif
52 #else
53  #define XALAN_REQUIRES_QUALIFIED_DESTRUCTOR
54  #define XALAN_NO_COVARIANT_RETURN_TYPE
55 #endif
56 
57 #define XALAN_NEWLINE_IS_CRLF
58 #define XALAN_HAS_CPP_NAMESPACE
59 #define XALAN_HAS_STD_DISTANCE
60 #define XALAN_NO_REENTRANT_TIME_FUNCTIONS
61 
62 // long long is not supported on all MS compilers.
63 #define XALAN_NO_LONG_LONG
64 
65 typedef UINT64 XALAN_UINT64;
66 typedef INT64 XALAN_INT64;
67 
68 #define XALAN_WINDOWS
69 #define XALAN_WINDOWS_DIR_FUNCTIONS
70 #define WINDOWS_THREAD_FUNCTIONS
71 
72 #if defined(_DEBUG) && defined(NDEBUG)
73 #error NDEBUG must not be defined when _DEBUG is defined.
74 #elif !defined(_DEBUG) && !defined(NDEBUG)
75 #error NDEBUG must be defined when _DEBUG is not defined.
76 #endif
77 
78 #endif // VCPPDEFINITIONS_HEADER_GUARD_1357924680
UINT64 XALAN_UINT64
INT64 XALAN_INT64

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo