Dev Essential
Loading...
Searching...
No Matches
dd_struct_access_layout.h
Go to the documentation of this file.
1
14
15#ifndef DD_DDL_STRUCT_ACCESS_LAYOUT_H_INCLUDED
16#define DD_DDL_STRUCT_ACCESS_LAYOUT_H_INCLUDED
17
20
21#include <functional>
22
23namespace ddl {
24namespace dd {
25
41
42} // namespace dd
43} // namespace ddl
44
45#endif // DD_DDL_STRUCT_ACCESS_LAYOUT_H_INCLUDED
Class to access and obtain the byte position and other information of a instance of this element with...
Definition dd_struct_access.h:41
definition of the dd namespace
Definition datamodel_base.h:26
ddl::codec::LeafLayout getLeafLayout(const ddl::dd::StructElementAccess &element_access, ddl::DataRepresentation rep)
definition of the ddl namespace
Definition codec.h:21
DataRepresentation
Definition data_representation.h:25
small leaf layout information to access codec data very fast.
Definition leaf_layout.h:76