ADTF  3.18.2
value_access.h File Reference

Implementation of the decoder and coder value accesss setter and getter. More...

Go to the source code of this file.

Classes

struct  SupportedGetterValueType< ValueType >
 
struct  SupportedSetterValueType< ValueType >
 
struct  ValueGetter< DecoderType, ValueType >
 Value getter to retrieve the current value of the given element as a ValueType if supported. More...
 
struct  ValueGetter< DecoderType, std::string >
 Value getter specialization for std::string. More...
 
struct  ValueSetter< CodecType, ValueType >
 Value setter to set the current value of the given element from a type ValueType if supported. More...
 
struct  ValueSetter< CodecType, std::string >
 Value setter specialization for std::string. More...
 
struct  ValueGetterSelect< DecoderType, ValueType, is_supported_leaf_type >
 Value getter to retrieve the current value of the given element as a ValueType if supported. More...
 
struct  ValueGetterSelect< DecoderType, ValueType, true >
 Value getter to retrieve the current value of the given element as a ValueType if supported. More...
 
struct  ValueSetterSelect< CodecType, ValueType, is_supported_leaf_type >
 Value setter to set the value of the given element as a ValueType if supported. More...
 
struct  ValueSetterSelect< CodecType, ValueType, true >
 Value setter to set the value of the given element as a ValueType if supported. More...
 

Namespaces

 ddl
 definition of the ddl namespace
 
 ddl::codec
 Namespace for the new faster CodecFactory/Decoder/Codec implementation.
 

Detailed Description

Implementation of the decoder and coder value accesss setter and getter.

Copyright @ 2023 VW Group. All rights reserved.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

Definition in file value_access.h.