beluga.hpp
Go to the documentation of this file.
1 // Copyright 2022-2024 Ekumen, Inc.
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 //
7 // http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
14 
15 #ifndef BELUGA_BELUGA_HPP
16 #define BELUGA_BELUGA_HPP
17 
28 #include <beluga/actions.hpp>
29 #include <beluga/algorithm.hpp>
30 #include <beluga/containers.hpp>
31 #include <beluga/motion.hpp>
32 #include <beluga/policies.hpp>
33 #include <beluga/primitives.hpp>
34 #include <beluga/random.hpp>
35 #include <beluga/sensor.hpp>
36 #include <beluga/type_traits.hpp>
37 #include <beluga/views.hpp>
38 
39 #endif
algorithm.hpp
Includes all beluga algorithms.
primitives.hpp
Implementation of library primitives to abstract member access.
type_traits.hpp
Includes all Beluga type traits.
motion.hpp
Includes all Beluga motion models.
actions.hpp
Implementation of useful range actions.
views.hpp
Implementation of useful container views.
random.hpp
Includes all Beluga random distributions.
containers.hpp
Implementation of efficient containers.
sensor.hpp
Includes all Beluga sensor models and their interfaces.
policies.hpp
Implementation of useful policies.


beluga
Author(s):
autogenerated on Tue Jul 16 2024 02:59:53