|
| | KeyedDecoderGlib (const uint8_t *data, size_t) |
| |
| | ~KeyedDecoderGlib () override |
| |
| virtual | ~KeyedDecoder () |
| |
| template<typename T > |
| bool | decodeBytes (const String &key, Vector< T > &vector) |
| |
| template<typename T , typename F > |
| bool | decodeEnum (const String &key, T &value, F &&isValidEnumFunction) |
| |
| template<typename T , typename F > |
| bool | decodeObject (const String &key, T &object, F &&function) |
| |
| template<typename T , typename F > |
| bool | decodeConditionalObject (const String &key, T &object, F &&function) |
| |
| template<typename T , typename F > |
| bool | decodeObjects (const String &key, Vector< T > &objects, F &&function) |
| |
| virtual | ~KeyedDecoder () |
| |
| template<typename T > |
| bool | decodeBytes (const String &key, Vector< T > &vector) |
| |
| template<typename T , typename F > |
| bool | decodeEnum (const String &key, T &value, F &&isValidEnumFunction) |
| |
| template<typename T , typename F > |
| bool | decodeObject (const String &key, T &object, F &&function) |
| |
| template<typename T , typename F > |
| bool | decodeConditionalObject (const String &key, T &object, F &&function) |
| |
| template<typename T , typename F > |
| bool | decodeObjects (const String &key, Vector< T > &objects, F &&function) |
| |