winIDEA SDK
isys::CCodeStoreItem Struct Reference

Description

This class describes one memory item.

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

#include <CCodeStore.h>

Public Member Functions

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