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
source code
 
isFunctionPointer(self) source code
 
isCommonPointer(self) source code
 
isDataPointer(self) source code
 
isStackPointer(self) source code
STRING
Print(self)
Return information on the object
source code
 
setMemPage(self, mem) source code

Inherited from Data: getAddress, getSize, setComment, setData

Method Details [hide private]

__init__(self, address, data)
(Constructor)

source code 

Pointer Class

Overrides: Data.__init__

Print(self)

source code 

Return information on the object

Returns: STRING
Object information
Overrides: Data.Print
(inherited documentation)