safe_mode_errors.hpp
Go to the documentation of this file.
1 /* Copyright 2003-2013 Joaquin M Lopez Munoz.
2  * Distributed under the Boost Software License, Version 1.0.
3  * (See accompanying file LICENSE_1_0.txt or copy at
4  * http://www.boost.org/LICENSE_1_0.txt)
5  *
6  * See http://www.boost.org/libs/multi_index for library home page.
7  */
8 
9 #ifndef BOOST_MULTI_INDEX_SAFE_MODE_ERRORS_HPP
10 #define BOOST_MULTI_INDEX_SAFE_MODE_ERRORS_HPP
11 
12 #if defined(_MSC_VER)
13 #pragma once
14 #endif
15 
16 namespace boost{
17 
18 namespace multi_index{
19 
20 namespace safe_mode{
21 
22 /* Error codes for Boost.MultiIndex safe mode. These go in a separate
23  * header so that the user can include it when redefining
24  * BOOST_MULTI_INDEX_SAFE_MODE_ASSERT prior to the inclusion of
25  * any other header of Boost.MultiIndex.
26  */
27 
29 {
40 };
41 
42 } /* namespace multi_index::safe_mode */
43 
44 } /* namespace multi_index */
45 
46 } /* namespace boost */
47 
48 #endif
boost::multi_index::safe_mode::same_container
@ same_container
Definition: safe_mode_errors.hpp:39
boost
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
boost::multi_index::safe_mode::not_incrementable_iterator
@ not_incrementable_iterator
Definition: safe_mode_errors.hpp:32
boost::multi_index::safe_mode::not_owner
@ not_owner
Definition: safe_mode_errors.hpp:34
boost::multi_index::safe_mode::out_of_bounds
@ out_of_bounds
Definition: safe_mode_errors.hpp:38
boost::multi_index::safe_mode::not_dereferenceable_iterator
@ not_dereferenceable_iterator
Definition: safe_mode_errors.hpp:31
boost::multi_index::safe_mode::invalid_range
@ invalid_range
Definition: safe_mode_errors.hpp:36
boost::multi_index::safe_mode::invalid_iterator
@ invalid_iterator
Definition: safe_mode_errors.hpp:30
boost::multi_index::safe_mode::not_same_owner
@ not_same_owner
Definition: safe_mode_errors.hpp:35
boost::multi_index::safe_mode::not_decrementable_iterator
@ not_decrementable_iterator
Definition: safe_mode_errors.hpp:33
boost::multi_index::safe_mode::error_code
error_code
Definition: safe_mode_errors.hpp:28
boost::multi_index::safe_mode::inside_range
@ inside_range
Definition: safe_mode_errors.hpp:37


sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:46:45