MCPcopy Create free account
hub / github.com/beefytech/Beef / BfErrorEntry

Class BfErrorEntry

IDEHelper/Compiler/BfSystem.h:1582–1593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1580};
1581
1582struct BfErrorEntry
1583{
1584public:
1585 BfErrorBase* mError;
1586
1587 BfErrorEntry(BfErrorBase* error)
1588 {
1589 mError = error;
1590 }
1591 size_t GetHashCode() const;
1592 bool operator==(const BfErrorEntry& other) const;
1593};
1594
1595class BfPassInstance
1596{

Callers 6

WantsRangeRecordedMethod · 0.85
FailAtMethod · 0.85
FailAfterAtMethod · 0.85
DeferFailMethod · 0.85
WarnAtMethod · 0.85
WarnAfterAtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected