|
Couchbase Lite C++
Couchbase Lite C++ API
|
This is the complete list of members for cbl::Encryptable, including all inherited members.
| createWithBool(bool value) | cbl::Encryptable | inlinestatic |
| createWithDouble(double value) | cbl::Encryptable | inlinestatic |
| createWithFloat(float value) | cbl::Encryptable | inlinestatic |
| createWithInt(int64_t value) | cbl::Encryptable | inlinestatic |
| createWithNull() | cbl::Encryptable | inlinestatic |
| createWithUInt(uint64_t value) | cbl::Encryptable | inlinestatic |
| Encryptable(fleece::Value value) | cbl::Encryptable | inlineexplicit |
| Encryptable(std::string_view value) | cbl::Encryptable | inlineexplicit |
| Encryptable() noexcept | cbl::Encryptable | inline |
| Encryptable(CBLEncryptable *_Nullable ref) | cbl::Encryptable | inlineexplicitprotected |
| Encryptable(const Encryptable &other) noexcept | cbl::Encryptable | inline |
| Encryptable(Encryptable &&other) noexcept | cbl::Encryptable | inline |
| getEncryptableValue(fleece::Value value) | cbl::Encryptable | inlinestatic |
| isEncryptableValue(fleece::Dict dict) | cbl::Encryptable | inlinestatic |
| operator bool() const | cbl::Encryptable | inlineexplicit |
| operator!=(const Encryptable &other) const | cbl::Encryptable | inline |
| operator=(std::nullptr_t) | cbl::Encryptable | inline |
| operator=(const Encryptable &other) noexcept | cbl::Encryptable | inline |
| operator=(Encryptable &&other) noexcept | cbl::Encryptable | inline |
| operator==(const Encryptable &other) const | cbl::Encryptable | inline |
| properties() const | cbl::Encryptable | inline |
| ref() const | cbl::Encryptable | inline |
| setInto(fleece::MutableDict dict, fleece::slice key) const | cbl::Encryptable | inline |
| valid() const | cbl::Encryptable | inline |
| value() const | cbl::Encryptable | inline |