• Home
  • Raw
  • Download

Lines Matching defs:external_constructor

5351 struct external_constructor<value_t::boolean>  struct
5354 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept in construct()
5364 struct external_constructor<value_t::string> struct
5367 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct()
5376 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct()
5387 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct()
5397 struct external_constructor<value_t::binary> struct
5400 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct()
5409 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct()
5419 struct external_constructor<value_t::number_float> struct
5422 static void construct(BasicJsonType& j, typename BasicJsonType::number_float_t val) noexcept in construct()
5432 struct external_constructor<value_t::number_unsigned> struct
5435 static void construct(BasicJsonType& j, typename BasicJsonType::number_unsigned_t val) noexcept in construct()
5445 struct external_constructor<value_t::number_integer> struct
5448 static void construct(BasicJsonType& j, typename BasicJsonType::number_integer_t val) noexcept in construct()
5458 struct external_constructor<value_t::array> struct
5461 static void construct(BasicJsonType& j, const typename BasicJsonType::array_t& arr) in construct()
5471 static void construct(BasicJsonType& j, typename BasicJsonType::array_t&& arr) in construct()
5483 static void construct(BasicJsonType& j, const CompatibleArrayType& arr) in construct()
5496 static void construct(BasicJsonType& j, const std::vector<bool>& arr) in construct()
5512 static void construct(BasicJsonType& j, const std::valarray<T>& arr) in construct()
5528 struct external_constructor<value_t::object> struct
5531 static void construct(BasicJsonType& j, const typename BasicJsonType::object_t& obj) in construct()
5541 static void construct(BasicJsonType& j, typename BasicJsonType::object_t&& obj) in construct()
5552 static void construct(BasicJsonType& j, const CompatibleObjectType& obj) in construct()