IMemory Class Reference

#include <IMemory.h>

List of all members.

Public Member Functions

 IMemory ()
virtual ~IMemory ()
virtual u8 getByte (u64 offset) const =0
virtual void putByte (u64 offset, u8 value) const =0
virtual void fillBuffer (u8 *buffer, u64 offset, unsigned int length) const =0
virtual int incReopenHint ()=0
virtual int decReopenHint ()=0

Private Member Functions

void operator= (const IMemory &)
 not implemented (explicitly disallowed)
 IMemory (const IMemory &)
 not implemented (explicitly disallowed)


Detailed Description

Definition at line 106 of file IMemory.h.


Constructor & Destructor Documentation

IMemory (  ) 

virtual ~IMemory (  )  [virtual]

IMemory ( const IMemory  )  [private]

not implemented (explicitly disallowed)


Member Function Documentation

virtual u8 getByte ( u64  offset  )  const [pure virtual]

virtual void putByte ( u64  offset,
u8  value 
) const [pure virtual]

virtual void fillBuffer ( u8 buffer,
u64  offset,
unsigned int  length 
) const [pure virtual]

virtual int incReopenHint (  )  [pure virtual]

virtual int decReopenHint (  )  [pure virtual]

void operator= ( const IMemory  )  [private]

not implemented (explicitly disallowed)


The documentation for this class was generated from the following file:

Generated on Thu Jun 19 11:40:14 2008 for SMBIOS Library by  doxygen 1.5.5