Class DemangledStructure

All Implemented Interfaces:
Demangled

public class DemangledStructure extends DemangledDataType
A class to represent a demangled structure
  • Constructor Details

    • DemangledStructure

      public DemangledStructure(String mangled, String originalDemangled, String name, String categoryPath, boolean packed)
      Creates a new DemangledStructure
      Parameters:
      mangled - The mangled string
      originalDemangled - The natively demangled string
      name - The structure name
      categoryPath - The structure category path
      packed - True if the structure should be packed; otherwise, false
  • Method Details