Type Definitions

The following type definitions are available globally.

  • Entity identifier.

    Declaration

    Objective-C

    typedef uintptr_t OWLEntityID

    Swift

    typealias OWLEntityID = Int32
  • Represents the ID of an anonymous OWL node.

    Declaration

    Objective-C

    typedef uint64_t OWLNodeID

    Swift

    typealias OWLNodeID = UInt64