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

A type-safe index into a JVM constant pool. More...

#include <types.hpp>

Public Attributes

std::uint16_t value {}
 One-based logical pool slot, or zero where the enclosing structure permits a sentinel.
 

Detailed Description

A type-safe index into a JVM constant pool.

Zero retains its format-defined sentinel meaning.

Definition at line 33 of file types.hpp.

Member Data Documentation

◆ value

std::uint16_t rpnx::cortado::constant_pool_index::value {}

One-based logical pool slot, or zero where the enclosing structure permits a sentinel.

Definition at line 35 of file types.hpp.


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