1 //
2 // Copyright 2017 Pixar
3 //
4 // Licensed under the Apache License, Version 2.0 (the "Apache License")
5 // with the following modification; you may not use this file except in
6 // compliance with the Apache License and the following modification to it:
7 // Section 6. Trademarks. is deleted and replaced with:
8 //
9 // 6. Trademarks. This License does not grant permission to use the trade
10 //    names, trademarks, service marks, or product names of the Licensor
11 //    and its affiliates, except as required to comply with Section 4(c) of
12 //    the License and to reproduce the content of the NOTICE file.
13 //
14 // You may obtain a copy of the Apache License at
15 //
16 //     http://www.apache.org/licenses/LICENSE-2.0
17 //
18 // Unless required by applicable law or agreed to in writing, software
19 // distributed under the Apache License with the above modification is
20 // distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
21 // KIND, either express or implied. See the Apache License for the specific
22 // language governing permissions and limitations under the Apache License.
23 //
24 // WARNING: THIS FILE IS GENERATED.  DO NOT EDIT.
25 //
26 
27 #define TF_MAX_ARITY 7
28 #include "pxr/pxr.h"
29 #include "pxr/base/arch/defines.h"
30 #if defined(ARCH_OS_DARWIN)
31 #include <mach/mach_time.h>
32 #endif
33 #if defined(ARCH_OS_LINUX) || defined(ARCH_OS_FREEBSD)
34 #include <x86intrin.h>
35 #endif
36 #if defined(ARCH_OS_WINDOWS)
37 #ifndef WIN32_LEAN_AND_MEAN
38 #define WIN32_LEAN_AND_MEAN
39 #endif
40 
41 #include <intrin.h>
42 #include <boost/preprocessor/variadic/size.hpp>
43 #include <boost/vmd/is_empty.hpp>
44 #include <boost/vmd/is_tuple.hpp>
45 #endif
46 #include <algorithm>
47 #include <atomic>
48 #include <bitset>
49 #include <cfloat>
50 #include <cinttypes>
51 #include <cmath>
52 #include <cstdarg>
53 #include <cstddef>
54 #include <cstdint>
55 #include <cstdio>
56 #include <cstdlib>
57 #include <cstring>
58 #include <deque>
59 #include <float.h>
60 #include <functional>
61 #include <initializer_list>
62 #include <iosfwd>
63 #include <iterator>
64 #include <limits>
65 #include <list>
66 #include <locale>
67 #include <map>
68 #include <math.h>
69 #include <memory>
70 #include <mutex>
71 #include <new>
72 #include <set>
73 #include <sstream>
74 #include <stdarg.h>
75 #include <stddef.h>
76 #include <stdint.h>
77 #include <string>
78 #include <sys/types.h>
79 #include <thread>
80 #include <type_traits>
81 #include <typeindex>
82 #include <typeinfo>
83 #include <unordered_map>
84 #include <unordered_set>
85 #include <utility>
86 #include <vector>
87 #include <boost/aligned_storage.hpp>
88 #include <boost/any.hpp>
89 #include <boost/call_traits.hpp>
90 #include <boost/compressed_pair.hpp>
91 #include <boost/functional/hash.hpp>
92 #include <boost/functional/hash_fwd.hpp>
93 #include <boost/intrusive_ptr.hpp>
94 #include <boost/iterator/filter_iterator.hpp>
95 #include <boost/iterator/iterator_adaptor.hpp>
96 #include <boost/iterator/iterator_facade.hpp>
97 #include <boost/iterator/reverse_iterator.hpp>
98 #include <boost/iterator_adaptors.hpp>
99 #include <boost/mpl/and.hpp>
100 #include <boost/mpl/if.hpp>
101 #include <boost/mpl/or.hpp>
102 #include <boost/noncopyable.hpp>
103 #include <boost/operators.hpp>
104 #include <boost/optional.hpp>
105 #include <boost/optional/optional_fwd.hpp>
106 #include <boost/preprocessor/arithmetic/add.hpp>
107 #include <boost/preprocessor/arithmetic/inc.hpp>
108 #include <boost/preprocessor/arithmetic/sub.hpp>
109 #include <boost/preprocessor/cat.hpp>
110 #include <boost/preprocessor/comparison/equal.hpp>
111 #include <boost/preprocessor/control/expr_iif.hpp>
112 #include <boost/preprocessor/control/iif.hpp>
113 #include <boost/preprocessor/facilities/expand.hpp>
114 #include <boost/preprocessor/list/for_each.hpp>
115 #include <boost/preprocessor/list/size.hpp>
116 #include <boost/preprocessor/logical/and.hpp>
117 #include <boost/preprocessor/logical/not.hpp>
118 #include <boost/preprocessor/punctuation/comma.hpp>
119 #include <boost/preprocessor/punctuation/comma_if.hpp>
120 #include <boost/preprocessor/punctuation/paren.hpp>
121 #include <boost/preprocessor/repetition/repeat.hpp>
122 #include <boost/preprocessor/selection/max.hpp>
123 #include <boost/preprocessor/seq/filter.hpp>
124 #include <boost/preprocessor/seq/for_each.hpp>
125 #include <boost/preprocessor/seq/for_each_i.hpp>
126 #include <boost/preprocessor/seq/push_back.hpp>
127 #include <boost/preprocessor/seq/seq.hpp>
128 #include <boost/preprocessor/seq/size.hpp>
129 #include <boost/preprocessor/stringize.hpp>
130 #include <boost/preprocessor/tuple/eat.hpp>
131 #include <boost/preprocessor/tuple/elem.hpp>
132 #include <boost/preprocessor/tuple/to_list.hpp>
133 #include <boost/preprocessor/tuple/to_seq.hpp>
134 #ifdef PXR_PYTHON_SUPPORT_ENABLED
135 #include <boost/python.hpp>
136 #include <boost/python/class.hpp>
137 #include <boost/python/def.hpp>
138 #include <boost/python/def_visitor.hpp>
139 #include <boost/python/dict.hpp>
140 #include <boost/python/extract.hpp>
141 #include <boost/python/handle.hpp>
142 #include <boost/python/list.hpp>
143 #include <boost/python/module.hpp>
144 #include <boost/python/object.hpp>
145 #include <boost/python/object_fwd.hpp>
146 #include <boost/python/object_operators.hpp>
147 #include <boost/python/return_by_value.hpp>
148 #include <boost/python/return_value_policy.hpp>
149 #include <boost/python/to_python_converter.hpp>
150 #include <boost/python/tuple.hpp>
151 #include <boost/python/type_id.hpp>
152 #if defined(__APPLE__) // Fix breakage caused by Python's pyport.h.
153 #undef tolower
154 #undef toupper
155 #endif
156 #endif // PXR_PYTHON_SUPPORT_ENABLED
157 #include <boost/range/iterator_range.hpp>
158 #include <boost/shared_ptr.hpp>
159 #include <boost/type_traits/add_reference.hpp>
160 #include <boost/type_traits/decay.hpp>
161 #include <boost/type_traits/has_trivial_assign.hpp>
162 #include <boost/type_traits/has_trivial_constructor.hpp>
163 #include <boost/type_traits/has_trivial_copy.hpp>
164 #include <boost/type_traits/has_trivial_destructor.hpp>
165 #include <boost/type_traits/is_base_of.hpp>
166 #include <boost/type_traits/is_const.hpp>
167 #include <boost/type_traits/is_convertible.hpp>
168 #include <boost/type_traits/is_enum.hpp>
169 #include <boost/type_traits/is_same.hpp>
170 #include <boost/type_traits/remove_cv.hpp>
171 #include <boost/type_traits/remove_reference.hpp>
172 #include <boost/unordered_map.hpp>
173 #include <boost/utility.hpp>
174 #include <boost/utility/enable_if.hpp>
175 #include <boost/variant.hpp>
176 #include <tbb/atomic.h>
177 #include <tbb/cache_aligned_allocator.h>
178 #include <tbb/concurrent_queue.h>
179 #include <tbb/concurrent_unordered_set.h>
180 #include <tbb/concurrent_vector.h>
181 #include <tbb/enumerable_thread_specific.h>
182 #include <tbb/spin_mutex.h>
183 #include <tbb/spin_rw_mutex.h>
184 #include <tbb/task.h>
185 #include <tbb/task_arena.h>
186 #ifdef PXR_PYTHON_SUPPORT_ENABLED
187 #include "pxr/base/tf/pySafePython.h"
188 #endif // PXR_PYTHON_SUPPORT_ENABLED
189