winIDEA SDK
Loading...
Searching...
No Matches
isys::CCodeStoreItem Struct Reference

This class describes one memory item. More...

#include <CCodeStore.h>

Public Member Functions

TCodeStoreAddress getAddress ()
 address of the item
BYTE getAt (TCodeStoreAddress offset)
 item data at offset
void getData (std::vector< BYTE > &rvData)
 all data stored in this item
TCodeStoreAddress getLastAddress ()
 last address covered by the item
TCodeStoreAddress getSize ()
 size of the item

Detailed Description

This class describes one memory item.

This class should not be instantiated by clients. Call CCodeStore.getItem() to get instance of this class.