decompiler  1.0.0
Public Attributes | List of all members
PartialSymbolEntry Struct Reference

A structure for pushing nested fields to the RPN stack. More...

#include <printc.hh>

Public Attributes

const OpTokentoken
 Operator used to drill-down to the field.
 
const TypeFieldfield
 The component object describing the field.
 
const Datatypeparent
 The parent data-type owning the field.
 
string fieldname
 The name of the field.
 
EmitXml::syntax_highlight hilite
 Highlight information for the field token.
 

Detailed Description

A structure for pushing nested fields to the RPN stack.

A helper class for unraveling a nested reference to a field. It links the data-type, field name, field object, and token together


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