emlabcpp
modern opinionated embedded C++ library
base.h File Reference
#include <cstdint>
#include <functional>
+ Include dependency graph for base.h:

Go to the source code of this file.

Namespaces

 emlabcpp
 MIT License.
 

Enumerations

enum class  emlabcpp::contiguous_tree_type : uint8_t {
  emlabcpp::VALUE = 1 ,
  emlabcpp::OBJECT = 2 ,
  emlabcpp::ARRAY = 3
}
 
enum class  emlabcpp::contiguous_container_type : uint8_t {
  emlabcpp::ARRAY = 1 ,
  emlabcpp::OBJECT = 2
}
 
enum class  emlabcpp::contiguous_request_adapter_errors : uint8_t {
  emlabcpp::MISSING_NODE = 1 ,
  emlabcpp::WRONG_TYPE = 2 ,
  emlabcpp::CHILD_MISSING = 3 ,
  emlabcpp::FULL = 4
}