struct Step
Defined at line 31 of file ../../src/developer/debug/zxdb/symbols/inheritance_path.h
Public Members
RefPtr from
RefPtr collection
Public Methods
void Step (fxl::RefPtr<Collection> c)
Use for the 0th entry which has no "from".
Defined at line 33 of file ../../src/developer/debug/zxdb/symbols/inheritance_path.h
void Step (fxl::RefPtr<InheritedFrom> f, fxl::RefPtr<Collection> c)
Use for normal steps.
Defined at line 36 of file ../../src/developer/debug/zxdb/symbols/inheritance_path.h
bool operator== (const Step & other)
Comparison, based on object pointer equality. This is primarily for unit tests.
Defined at line 47 of file ../../src/developer/debug/zxdb/symbols/inheritance_path.h
bool operator!= (const Step & other)
Defined at line 50 of file ../../src/developer/debug/zxdb/symbols/inheritance_path.h