WPILibC++ 2024.3.2
|
#include <cstddef>
#include <exception>
#include <stdexcept>
#include <string>
#include <vector>
#include <wpi/detail/value_t.h>
#include <wpi/detail/string_escape.h>
#include <wpi/detail/input/position_t.h>
#include <wpi/detail/macro_scope.h>
#include <wpi/detail/meta/cpp_future.h>
#include <wpi/detail/meta/type_traits.h>
#include <wpi/detail/string_concat.h>
Go to the source code of this file.
Classes | |
class | detail::exception |
general exception of the basic_json class More... | |
class | detail::parse_error |
exception indicating a parse error More... | |
class | detail::invalid_iterator |
exception indicating errors with iterators More... | |
class | detail::type_error |
exception indicating executing a member function with a wrong type More... | |
class | detail::out_of_range |
exception indicating access out of the defined range More... | |
class | detail::other_error |
exception indicating other library errors More... | |
Namespaces | |
namespace | detail |
detail namespace with internal helper functions | |