class IdentifierComponent
Defined at line 17 of file ../../src/developer/debug/zxdb/symbols/identifier.h
A simple identifier component consisting only of an opaque string.
Public Methods
std::string GetName (bool include_debug)
Defined at line 9 of file ../../src/developer/debug/zxdb/symbols/identifier.cc
void IdentifierComponent ()
Defined at line 19 of file ../../src/developer/debug/zxdb/symbols/identifier.h
void IdentifierComponent (std::string name)
Defined at line 20 of file ../../src/developer/debug/zxdb/symbols/identifier.h
void IdentifierComponent (SpecialIdentifier si, std::string name)
Defined at line 21 of file ../../src/developer/debug/zxdb/symbols/identifier.h
bool operator== (const IdentifierComponent & other)
Defined at line 30 of file ../../src/developer/debug/zxdb/symbols/identifier.h
bool operator!= (const IdentifierComponent & other)
Defined at line 33 of file ../../src/developer/debug/zxdb/symbols/identifier.h
bool operator< (const IdentifierComponent & other)
Defined at line 34 of file ../../src/developer/debug/zxdb/symbols/identifier.h
SpecialIdentifier special ()
Defined at line 40 of file ../../src/developer/debug/zxdb/symbols/identifier.h
const std::string & name ()
Defined at line 41 of file ../../src/developer/debug/zxdb/symbols/identifier.h