Package Elf :: Class Elf64Dynamic
[hide private]
[frames] | no frames]

Class Elf64Dynamic

source code

                           ElfDynamic --+
                                        |
               object --+               |
                        |               |
vstruct.primitives.v_base --+           |
                            |           |
              vstruct.VStruct --+       |
                                |       |
    vstruct.defs.elf.Elf32Dynamic --+   |
                                    |   |
        vstruct.defs.elf.Elf64Dynamic --+
                                        |
                                       Elf64Dynamic

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from ElfDynamic: __repr__, getName, getTypeName, setName

Inherited from vstruct.VStruct: __getattr__, __iter__, __ixor__, __len__, __setattr__, tree, vsAddField, vsAddParseCallback, vsCalculate, vsClearFields, vsEmit, vsGetClassPath, vsGetField, vsGetFields, vsGetOffset, vsGetPrims, vsGetPrintInfo, vsGetTypeName, vsHasField, vsInsertField, vsIsPrim, vsParse, vsParseFd, vsSetField

Inherited from vstruct.primitives.v_base: vsGetMeta, vsSetMeta

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from ElfDynamic: has_string

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)