33 std::vector<tLeafCodecIndex> vecIndices;
35 [&vecIndices, &rep](
const auto& oElement) {
36 vecIndices.push_back(tLeafCodecIndex(oElement.getIndex(), rep));
43using penguin::get_leaf_codec_indices;
44using penguin::tLeafCodecIndex;
The Leaf codec index is a small layout information index to access the decoders/codecs data very fast...
Definition leaf_value_access.h:43
ddl::codec::LeafCodecIndex tLeafCodecIndex
redefitnion for a ddl::codec::LeafCodecIndex
Definition leaf_sample_codec_access.h:21
std::vector< tLeafCodecIndex > get_leaf_codec_indices(const T &oDecoderOrFactory, ddl::DataRepresentation rep)
Get the leaf indices object.
Definition leaf_sample_codec_access.h:31
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14
DataRepresentation
Definition data_representation.h:25