Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

HPUXDefinitions.hpp
Go to the documentation of this file.
1 /*
2  * Copyright 1999-2004 The Apache Software Foundation.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 /* Patch from Trevor Smigiel */
17 #if !defined(HPUXDEFINITIONS_HEADER_GUARD_1357924680)
18 #define HPUXDEFINITIONS_HEADER_GUARD_1357924680
19 
20 
21 // ---------------------------------------------------------------------------
22 // A define in the build for each project is also used to control whether
23 // the export keyword is from the project's viewpoint or the client's.
24 // These defines provide the platform specific keywords that they need
25 // to do this.
26 // ---------------------------------------------------------------------------
27 
28 #define XALAN_PLATFORM_EXPORT
29 #define XALAN_PLATFORM_IMPORT
30 #define XALAN_PLATFORM_EXPORT_FUNCTION(T) T XALAN_PLATFORM_EXPORT
31 #define XALAN_PLATFORM_IMPORT_FUNCTION(T) T XALAN_PLATFORM_IMPORT
32 
33 #if defined(_HP_NAMESPACE_STD)
34 #define XALAN_HAS_STD_ITERATORS
35 #define XALAN_HAS_STD_DISTANCE
36 #else
37 #if defined(RWSTD_MULTI_THREAD) && !defined(__HPACC_THREAD_SAFE_RB_TREE)
38 #define __HPACC_THREAD_SAFE_RB_TREE
39 #endif
40 #define XALAN_NO_STD_NAMESPACE
41 #define XALAN_CLASSIC_IOSTREAMS
42 #define XALAN_NO_STD_ALLOCATORS
43 #define XALAN_SGI_BASED_STL
44 #endif
45 
46 #define XALAN_HAS_CPP_NAMESPACE
47 #define XALAN_XALANDOMCHAR_USHORT_MISMATCH
48 #define XALAN_POSIX2_AVAILABLE
49 #define XALAN_INLINE_INITIALIZATION
50 
51 
52 
53 #endif // HPUXDEFINITIONS_HEADER_GUARD_1357924680
54 

Interpreting class diagrams

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

dot

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

Apache Logo