NSUUID class
NSUUID
Constructors
- NSUUID.castFrom(ObjCObjectBase other)
-
Constructs a NSUUID that points to the same underlying object as
other. -
NSUUID.castFromPointer(Pointer<
ObjCObject> other, {bool retain = false, bool release = false}) - Constructs a NSUUID that wraps the given raw object pointer.
Properties
- debugDescription1 → NSString
-
debugDescription
no setterinherited
- description1 → NSString
-
description
no setterinherited
- hash1 → int
-
hash
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- ref → _ObjCObjectRef
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- superclass1 → ObjCObjectBase
-
superclass
no setterinherited
- UUIDString → NSString
-
UUIDString
no setter
Methods
-
autorelease(
) → NSUUID - autorelease
-
class2(
) → ObjCObjectBase -
class
inherited
-
compare_(
NSUUID otherUUID) → NSComparisonResult - compare:
-
conformsToProtocol_1(
Protocol aProtocol) → bool -
conformsToProtocol:
inherited
-
copy(
) → ObjCObjectBase -
copy
inherited
-
dealloc(
) → void -
dealloc
inherited
-
doesNotRecognizeSelector_(
Pointer< ObjCSelector> aSelector) → void -
doesNotRecognizeSelector:
inherited
-
encodeWithCoder_(
NSCoder coder) → void - encodeWithCoder:
-
forwardingTargetForSelector_(
Pointer< ObjCSelector> aSelector) → ObjCObjectBase -
forwardingTargetForSelector:
inherited
-
forwardInvocation_(
NSInvocation anInvocation) → void -
forwardInvocation:
inherited
-
getUUIDBytes_(
Pointer< UnsignedChar> uuid) → void - getUUIDBytes:
-
init(
) → NSUUID - init
-
initWithCoder_(
NSCoder coder) → NSUUID? - initWithCoder:
-
initWithUUIDBytes_(
Pointer< UnsignedChar> bytes) → NSUUID - initWithUUIDBytes:
-
initWithUUIDString_(
NSString string) → NSUUID? - initWithUUIDString:
-
isEqual_(
ObjCObjectBase object) → bool -
isEqual:
inherited
-
isKindOfClass_(
ObjCObjectBase aClass) → bool -
isKindOfClass:
inherited
-
isMemberOfClass_(
ObjCObjectBase aClass) → bool -
isMemberOfClass:
inherited
-
isProxy(
) → bool -
isProxy
inherited
-
methodForSelector_(
Pointer< ObjCSelector> aSelector) → Pointer<NativeFunction< Void Function()> > -
methodForSelector:
inherited
-
methodSignatureForSelector_(
Pointer< ObjCSelector> aSelector) → NSMethodSignature -
methodSignatureForSelector:
inherited
-
mutableCopy(
) → ObjCObjectBase -
mutableCopy
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
performSelector_(
Pointer< ObjCSelector> aSelector) → ObjCObjectBase -
performSelector:
inherited
-
performSelector_withObject_(
Pointer< ObjCSelector> aSelector, ObjCObjectBase object) → ObjCObjectBase -
performSelector:withObject:
inherited
-
performSelector_withObject_withObject_(
Pointer< ObjCSelector> aSelector, ObjCObjectBase object1, ObjCObjectBase object2) → ObjCObjectBase -
performSelector:withObject:withObject:
inherited
-
release(
) → void -
release
inherited
-
respondsToSelector_(
Pointer< ObjCSelector> aSelector) → bool -
respondsToSelector:
inherited
-
retain(
) → NSUUID - retain
-
retainCount(
) → int -
retainCount
inherited
-
self(
) → NSUUID - self
-
toString(
) → String -
A string representation of this object.
inherited
-
zone(
) → Pointer< _NSZone> -
zone
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
alloc(
) → NSUUID - alloc
-
allocWithZone_(
Pointer< _NSZone> zone) → NSUUID - allocWithZone:
-
getSupportsSecureCoding(
) → bool - supportsSecureCoding
-
isInstance(
ObjCObjectBase obj) → bool -
Returns whether
objis an instance of NSUUID. -
new1(
) → NSUUID - new
-
UUID(
) → NSUUID - UUID