|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
This is the complete list of members for fcb::KeyValue, including all inherited members.
| compare_keys | fcb::KeyValue | friend |
| decode_key | fcb::KeyValue | friend |
| encode_key | fcb::KeyValue | friend |
| from_bool(bool v) | fcb::KeyValue | static |
| from_datetime(std::int64_t seconds, std::uint32_t nanos) | fcb::KeyValue | static |
| from_f32(float v) | fcb::KeyValue | static |
| from_f64(double v) | fcb::KeyValue | static |
| from_i16(std::int16_t v) | fcb::KeyValue | static |
| from_i32(std::int32_t v) | fcb::KeyValue | static |
| from_i64(std::int64_t v) | fcb::KeyValue | static |
| from_i8(std::int8_t v) | fcb::KeyValue | static |
| from_string(KeyKind kind, const std::string &v) | fcb::KeyValue | static |
| from_u16(std::uint16_t v) | fcb::KeyValue | static |
| from_u32(std::uint32_t v) | fcb::KeyValue | static |
| from_u64(std::uint64_t v) | fcb::KeyValue | static |
| from_u8(std::uint8_t v) | fcb::KeyValue | static |
| KeyValue()=default | fcb::KeyValue | |
| kind() const | fcb::KeyValue | inline |
| original_string() const | fcb::KeyValue | inline |