sick_visionary_cpp_shared
3pp
boost
property_tree
detail
xml_parser_error.hpp
Go to the documentation of this file.
1
// ----------------------------------------------------------------------------
2
// Copyright (C) 2002-2006 Marcin Kalicinski
3
//
4
// Distributed under the Boost Software License, Version 1.0.
5
// (See accompanying file LICENSE_1_0.txt or copy at
6
// http://www.boost.org/LICENSE_1_0.txt)
7
//
8
// For more information, see www.boost.org
9
// ----------------------------------------------------------------------------
10
#ifndef BOOST_PROPERTY_TREE_DETAIL_XML_PARSER_ERROR_HPP_INCLUDED
11
#define BOOST_PROPERTY_TREE_DETAIL_XML_PARSER_ERROR_HPP_INCLUDED
12
13
#include <
boost/property_tree/detail/file_parser_error.hpp
>
14
#include <string>
15
16
namespace
boost
{
namespace
property_tree {
namespace
xml_parser
17
{
18
20
class
xml_parser_error
:
public
file_parser_error
21
{
22
public
:
23
xml_parser_error
(
const
std::string &msg,
24
const
std::string &file,
25
unsigned
long
l):
26
file_parser_error
(
msg
, file, l)
27
{
28
}
29
};
30
31
} } }
32
33
#endif
msg
msg
boost
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
boost::property_tree::file_parser_error
File parse error.
Definition:
file_parser_error.hpp:20
boost::property_tree::xml_parser::xml_parser_error
Xml parser error.
Definition:
xml_parser_error.hpp:20
boost::property_tree::xml_parser::xml_parser_error::xml_parser_error
xml_parser_error(const std::string &msg, const std::string &file, unsigned long l)
Definition:
xml_parser_error.hpp:23
file_parser_error.hpp
sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:56:19