RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
Loading...
Searching...
No Matches
rpnx::cortado::raw_code Struct Reference

An undecoded Code body retained by tooling mode. More...

#include <bytecode.hpp>

Public Attributes

std::vector< std::byte > bytes
 Complete, byte-for-byte code array retained after decoding became unsafe.
 

Detailed Description

An undecoded Code body retained by tooling mode.

Definition at line 310 of file bytecode.hpp.

Member Data Documentation

◆ bytes

std::vector< std::byte > rpnx::cortado::raw_code::bytes

Complete, byte-for-byte code array retained after decoding became unsafe.

Definition at line 312 of file bytecode.hpp.


The documentation for this struct was generated from the following file: