pyffi :: object_models :: common :: UInt64 :: Class UInt64
[hide private]
[frames] | no frames]

Class UInt64

source code

            object --+            
                     |            
utils.graph.DetailNode --+        
                         |        
       xml.basic.BasicBase --+    
                             |    
            object --+       |    
                     |       |    
 editable.EditableBase --+   |    
                         |   |    
  editable.EditableSpinBox --+    
                             |    
                           Int --+
                                 |
                                UInt64
Known Subclasses:

Implementation of a 64-bit unsigned integer type.
Instance Methods [hide private]

Inherited from Int: __init__, __str__, get_editor_maximum, get_editor_minimum, get_hash, get_value, read, set_value, write

Inherited from xml.basic.BasicBase: fix_links, get_detail_display, get_editor_value, get_links, get_refs, get_strings, replace_global_node, set_editor_value

Inherited from utils.graph.DetailNode: get_detail_child_edge_types, get_detail_child_names, get_detail_child_nodes, get_detail_iterator

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

Class Methods [hide private]

Inherited from Int: get_size

Class Variables [hide private]
  _min = 0
Minimum value.
  _max = 18446744073709551615
Maximum value.
  _struct = 'Q'
Character used to represent type in struct.
  _size = 8
Number of bytes.

Inherited from xml.basic.BasicBase: arg

Properties [hide private]

Inherited from object: __class__