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

Class Elf64Section

source code

                           ElfSection --+
                                        |
               object --+               |
                        |               |
vstruct.primitives.v_base --+           |
                            |           |
              vstruct.VStruct --+       |
                                |       |
    vstruct.defs.elf.Elf32Section --+   |
                                    |   |
        vstruct.defs.elf.Elf64Section --+
                                        |
                                       Elf64Section

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

Inherited from ElfSection: __repr__, getName, 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__

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)