decompiler
1.0.0
|
This is the complete list of members for ghidra::Decoder, including all inherited members.
closeElement(uint4 id)=0 | ghidra::Decoder | pure virtual |
closeElementSkipping(uint4 id)=0 | ghidra::Decoder | pure virtual |
Decoder(const AddrSpaceManager *spc) | ghidra::Decoder | inline |
getAddrSpaceManager(void) const | ghidra::Decoder | inline |
getIndexedAttributeId(const AttributeId &attribId)=0 | ghidra::Decoder | pure virtual |
getNextAttributeId(void)=0 | ghidra::Decoder | pure virtual |
ingestStream(istream &s)=0 | ghidra::Decoder | pure virtual |
openElement(void)=0 | ghidra::Decoder | pure virtual |
openElement(const ElementId &elemId)=0 | ghidra::Decoder | pure virtual |
peekElement(void)=0 | ghidra::Decoder | pure virtual |
readBool(void)=0 | ghidra::Decoder | pure virtual |
readBool(const AttributeId &attribId)=0 | ghidra::Decoder | pure virtual |
readSignedInteger(void)=0 | ghidra::Decoder | pure virtual |
readSignedInteger(const AttributeId &attribId)=0 | ghidra::Decoder | pure virtual |
readSignedIntegerExpectString(const string &expect, intb expectval)=0 | ghidra::Decoder | pure virtual |
readSignedIntegerExpectString(const AttributeId &attribId, const string &expect, intb expectval)=0 | ghidra::Decoder | pure virtual |
readSpace(void)=0 | ghidra::Decoder | pure virtual |
readSpace(const AttributeId &attribId)=0 | ghidra::Decoder | pure virtual |
readString(void)=0 | ghidra::Decoder | pure virtual |
readString(const AttributeId &attribId)=0 | ghidra::Decoder | pure virtual |
readUnsignedInteger(void)=0 | ghidra::Decoder | pure virtual |
readUnsignedInteger(const AttributeId &attribId)=0 | ghidra::Decoder | pure virtual |
rewindAttributes(void)=0 | ghidra::Decoder | pure virtual |
skipElement(void) | ghidra::Decoder | inline |
spcManager | ghidra::Decoder | protected |
~Decoder(void) | ghidra::Decoder | inlinevirtual |