class VerifiedProgram

Defined at line 341 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/natural_types.h

A verified eBPF program.

Public Methods

void VerifiedProgram (Storage_ storage)
bool IsEmpty ()
void VerifiedProgram ()

Defined at line 347 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/natural_types.h

void VerifiedProgram (VerifiedProgram && )

Defined at line 348 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/natural_types.h

const std::optional< ::std::vector<uint64_t>> & code ()

Program instructions.

::std::optional< ::std::vector<uint64_t>> & code ()

Program instructions.

VerifiedProgram & code (std::optional< ::std::vector<uint64_t>> value)

Program instructions.

VerifiedProgram & operator= (VerifiedProgram && )

Defined at line 349 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/cpp/fidl/fuchsia.ebpf/cpp/natural_types.h

const std::optional< ::std::vector< ::fuchsia_ebpf::StructAccess>> & struct_access_instructions ()

List of instructions accessing struct fields.

::std::optional< ::std::vector< ::fuchsia_ebpf::StructAccess>> & struct_access_instructions ()

List of instructions accessing struct fields.

VerifiedProgram & struct_access_instructions (std::optional< ::std::vector< ::fuchsia_ebpf::StructAccess>> value)

List of instructions accessing struct fields.

const std::optional< ::std::vector< ::fuchsia_ebpf::Map>> & maps ()

List of the maps used by the program. `code` may reference these maps

by their index in this array.

::std::optional< ::std::vector< ::fuchsia_ebpf::Map>> & maps ()

List of the maps used by the program. `code` may reference these maps

by their index in this array.

VerifiedProgram & maps (std::optional< ::std::vector< ::fuchsia_ebpf::Map>> value)

List of the maps used by the program. `code` may reference these maps

by their index in this array.

void VerifiedProgram (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits