• Home
  • Raw
  • Download

Lines Matching defs:external_constructor

5450 struct external_constructor<value_t::boolean>  struct
5453 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept in construct()
5463 struct external_constructor<value_t::string> struct
5466 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct()
5475 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct()
5486 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct()
5496 struct external_constructor<value_t::binary> struct
5499 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct()
5508 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct()
5518 struct external_constructor<value_t::number_float> struct
5521 static void construct(BasicJsonType& j, typename BasicJsonType::number_float_t val) noexcept in construct()
5531 struct external_constructor<value_t::number_unsigned> struct
5534 static void construct(BasicJsonType& j, typename BasicJsonType::number_unsigned_t val) noexcept in construct()
5544 struct external_constructor<value_t::number_integer> struct
5547 static void construct(BasicJsonType& j, typename BasicJsonType::number_integer_t val) noexcept in construct()
5557 struct external_constructor<value_t::array> struct
5560 static void construct(BasicJsonType& j, const typename BasicJsonType::array_t& arr) in construct()
5570 static void construct(BasicJsonType& j, typename BasicJsonType::array_t&& arr) in construct()
5582 static void construct(BasicJsonType& j, const CompatibleArrayType& arr) in construct()
5595 static void construct(BasicJsonType& j, const std::vector<bool>& arr) in construct()
5611 static void construct(BasicJsonType& j, const std::valarray<T>& arr) in construct()
5627 struct external_constructor<value_t::object> struct
5630 static void construct(BasicJsonType& j, const typename BasicJsonType::object_t& obj) in construct()
5640 static void construct(BasicJsonType& j, typename BasicJsonType::object_t&& obj) in construct()
5651 static void construct(BasicJsonType& j, const CompatibleObjectType& obj) in construct()