#include "behaviortree_cpp_v3/flatbuffers/base.h"#include <string>#include <type_traits>#include <vector>#include <memory>#include <limits>

Go to the source code of this file.
Classes | |
| struct | flatbuffers::bool_constant< B > |
| struct | flatbuffers::conditional< B, T, F > |
| class | flatbuffers::FLATBUFFERS_FINAL_CLASS< T > |
| class | flatbuffers::FLATBUFFERS_FINAL_CLASS< T > |
| struct | flatbuffers::integral_constant< T, v > |
| struct | flatbuffers::is_enum< T > |
| struct | flatbuffers::is_floating_point< T > |
| struct | flatbuffers::is_same< T, U > |
| struct | flatbuffers::is_scalar< T > |
| struct | flatbuffers::is_unsigned< T > |
| struct | flatbuffers::make_unsigned< T > |
| struct | flatbuffers::internal::nullopt_holder< class > |
| struct | flatbuffers::nullopt_t |
| class | flatbuffers::numeric_limits< T > |
| class | flatbuffers::unique_ptr< T > |
Namespaces | |
| flatbuffers | |
| flatbuffers::internal | |
Macros | |
| #define | FLATBUFFERS_SPAN_MINIMAL |
Functions | |
| template<class T > | |
| FLATBUFFERS_CONSTEXPR_CPP11 bool | flatbuffers::operator== (const Optional< T > &opt, nullopt_t) FLATBUFFERS_NOEXCEPT |
| template<class T > | |
| FLATBUFFERS_CONSTEXPR_CPP11 bool | flatbuffers::operator== (nullopt_t, const Optional< T > &opt) FLATBUFFERS_NOEXCEPT |
| template<class T , class U > | |
| FLATBUFFERS_CONSTEXPR_CPP11 bool | flatbuffers::operator== (const Optional< T > &lhs, const U &rhs) FLATBUFFERS_NOEXCEPT |
| template<class T , class U > | |
| FLATBUFFERS_CONSTEXPR_CPP11 bool | flatbuffers::operator== (const T &lhs, const Optional< U > &rhs) FLATBUFFERS_NOEXCEPT |
| template<class T , class U > | |
| FLATBUFFERS_CONSTEXPR_CPP11 bool | flatbuffers::operator== (const Optional< T > &lhs, const Optional< U > &rhs) FLATBUFFERS_NOEXCEPT |
| char & | flatbuffers::string_back (std::string &value) |
| char | flatbuffers::string_back (const std::string &value) |
| template<typename T > | |
| T * | flatbuffers::vector_data (std::vector< T > &vector) |
| template<typename T > | |
| const T * | flatbuffers::vector_data (const std::vector< T > &vector) |
| template<typename T , typename V > | |
| void | flatbuffers::vector_emplace_back (std::vector< T > *vector, V &&data) |
Variables | |
| FLATBUFFERS_CONSTEXPR std::size_t | flatbuffers::dynamic_extent = static_cast<std::size_t>(-1) |
| static const nullopt_t & | flatbuffers::nullopt = internal::nullopt_holder<void>::instance_ |
| #define FLATBUFFERS_SPAN_MINIMAL |
Definition at line 59 of file stl_emulation.h.