Package Libs :: Module libdatatype :: Class Pointer
[hide private]
[frames] | no frames]

Class Pointer

source code

Data --+
       |
      Pointer

Instance Methods [hide private]
  __init__(self, address, data)
Pointer Class
  isFunctionPointer(self)
  isCommonPointer(self)
  isDataPointer(self)
  isStackPointer(self)
STRING Print(self)
Return information on the object
  setMemPage(self, mem)

Inherited from Data: getAddress, getSize, setComment, setData


Method Details [hide private]

__init__(self, address, data)
(Constructor)

source code 
Pointer Class
Overrides: Data.__init__

isFunctionPointer(self)

source code 
None

isCommonPointer(self)

source code 
None

isDataPointer(self)

source code 
None

isStackPointer(self)

source code 
None

Print(self)

source code 
Return information on the object
Returns: STRING
Object information
Overrides: Data.Print
(inherited documentation)

setMemPage(self, mem)

source code 
None