| // Copyright 2019 Google LLC |
| // |
| // Licensed under the Apache License, Version 2.0 (the "License"); |
| // you may not use this file except in compliance with the License. |
| // You may obtain a copy of the License at |
| // |
| // https://www.apache.org/licenses/LICENSE-2.0 |
| // |
| // Unless required by applicable law or agreed to in writing, software |
| // distributed under the License is distributed on an "AS IS" BASIS, |
| // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| // See the License for the specific language governing permissions and |
| // limitations under the License. |
| |
| // This header exports utilities that are needed for all Emboss-generated C++ |
| // code. |
| #ifndef EMBOSS_RUNTIME_CPP_EMBOSS_CPP_UTIL_H_ |
| #define EMBOSS_RUNTIME_CPP_EMBOSS_CPP_UTIL_H_ |
| |
| #include "runtime/cpp/emboss_arithmetic.h" |
| #include "runtime/cpp/emboss_array_view.h" |
| #include "runtime/cpp/emboss_bit_util.h" |
| #include "runtime/cpp/emboss_constant_view.h" |
| #include "runtime/cpp/emboss_cpp_types.h" |
| #include "runtime/cpp/emboss_defines.h" |
| #include "runtime/cpp/emboss_enum_view.h" |
| #include "runtime/cpp/emboss_memory_util.h" |
| #include "runtime/cpp/emboss_view_parameters.h" |
| |
| #endif // EMBOSS_RUNTIME_CPP_EMBOSS_CPP_UTIL_H_ |