Module pypcsim :: Class SimObject :: Class ID
[hide private]
[frames] | no frames]

Class ID

 object --+    
          |    
??.instance --+
              |
             SimObject.ID

Help on SimObject::ID [class]: Class containing all the id's necessary to uniquely identify a simulation object

Instance Methods [hide private]
 
__eq__(...)
 
__init__(...)
Help on SimObject::ID::ID(nodeid_t nid, engineid_t eid, object_type_t tid, local_objectid_t oid) [constructor]
 
__lt__(...)
 
__ne__(...)
 
isInTheSameSTEngineWith(...)
Help on bool SimObject::ID::isInTheSameSTEngineWith(SimObject::ID const & other) const [member function]
 
packed(...)
Help on long long int SimObject::ID::packed() [member function]
 
toString(...)
Help on std::string SimObject::ID::toString() const [member function]

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods [hide private]
 
makeID(...)
Help on static SimObject::ID SimObject::ID::makeID(long long int const & pid) [member function]
Class Variables [hide private]
  __instance_size__ = 16
Properties [hide private]
  Invalid
  eng
Help on SimObject::ID::eng [variable]
  localid
Help on SimObject::ID::localid [variable]
  node
Help on SimObject::ID::node [variable]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on SimObject::ID::ID(nodeid_t nid, engineid_t eid, object_type_t tid, local_objectid_t oid) [constructor]

Help on SimObject::ID::ID() [constructor]

Help on SimObject::ID::ID(long long int const & pid) [constructor]

Overrides: object.__init__

Property Details [hide private]

Invalid

Get Method:
unreachable(...)

eng

Help on SimObject::ID::eng [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

localid

Help on SimObject::ID::localid [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

node

Help on SimObject::ID::node [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)