Authors
- Niels Grewe (
niels.grewe@halbordnung.de
)
-
Copyright: (C) 2014 Free Software Foundation, Inc.
- Declared in:
- DBusKit/DKNumber.h
This class ensures that serialisation of the object
number within a variant-typed D-Bus argument is
type-safe. This means that the object will not be
promoted to a larger type by NSNumber, which could
otherwise break expectations of the bus peers.
Instance Variables
Method summary
+ (id)
numberWithDouble: (double)num;
Description forthcoming.
- (id)
initWithDouble: (double)num;
Description forthcoming.
Instance Variables for DKDoubleNumber Class
@protected double value;
Description forthcoming.
- Declared in:
- DBusKit/DKNumber.h
This class ensures that serialisation of the object
number within a variant-typed D-Bus argument is
type-safe. This means that the object will not be
promoted to a larger type by NSNumber, which could
otherwise break expectations of the bus peers.
Instance Variables
Method summary
+ (id)
numberWithFloat: (float)num;
Description forthcoming.
- (id)
initWithFloat: (float)num;
Description forthcoming.
Instance Variables for DKFloatNumber Class
@protected float value;
Description forthcoming.
- Declared in:
- DBusKit/DKNumber.h
This class ensures that serialisation of the object
number within a variant-typed D-Bus argument is
type-safe. This means that the object will not be
promoted to a larger type by NSNumber, which could
otherwise break expectations of the bus peers.
Instance Variables
Method summary
+ (id)
numberWithInt16: (int16_t)num;
Description forthcoming.
- (id)
initWithInt16: (int16_t)num;
Description forthcoming.
Instance Variables for DKInt16Number Class
@protected int16_t value;
Description forthcoming.
- Declared in:
- DBusKit/DKNumber.h
This class ensures that serialisation of the object
number within a variant-typed D-Bus argument is
type-safe. This means that the object will not be
promoted to a larger type by NSNumber, which could
otherwise break expectations of the bus peers.
Instance Variables
Method summary
+ (id)
numberWithInt32: (int32_t)num;
Description forthcoming.
- (id)
initWithInt32: (int32_t)num;
Description forthcoming.
Instance Variables for DKInt32Number Class
@protected int32_t value;
Description forthcoming.
- Declared in:
- DBusKit/DKNumber.h
This class ensures that serialisation of the object
number within a variant-typed D-Bus argument is
type-safe. This means that the object will not be
promoted to a larger type by NSNumber, which could
otherwise break expectations of the bus peers.
Instance Variables
Method summary
+ (id)
numberWithInt64: (int64_t)num;
Description forthcoming.
- (id)
initWithInt64: (int64_t)num;
Description forthcoming.
Instance Variables for DKInt64Number Class
@protected int64_t value;
Description forthcoming.
- Declared in:
- DBusKit/DKNumber.h
This class ensures that serialisation of the object
number within a variant-typed D-Bus argument is
type-safe. This means that the object will not be
promoted to a larger type by NSNumber, which could
otherwise break expectations of the bus peers.
Instance Variables
Method summary
+ (id)
numberWithInt8: (int8_t)num;
Description forthcoming.
- (id)
initWithInt8: (int8_t)num;
Description forthcoming.
Instance Variables for DKInt8Number Class
@protected int8_t value;
Description forthcoming.
- Declared in:
- DBusKit/DKNumber.h
This class ensures that serialisation of the object
number within a variant-typed D-Bus argument is
type-safe. This means that the object will not be
promoted to a larger type by NSNumber, which could
otherwise break expectations of the bus peers.
Instance Variables
Method summary
+ (id)
numberWithUInt16: (uint16_t)num;
Description forthcoming.
- (id)
initWithUInt16: (uint16_t)num;
Description forthcoming.
Instance Variables for DKUInt16Number Class
@protected uint16_t value;
Description forthcoming.
- Declared in:
- DBusKit/DKNumber.h
This class ensures that serialisation of the object
number within a variant-typed D-Bus argument is
type-safe. This means that the object will not be
promoted to a larger type by NSNumber, which could
otherwise break expectations of the bus peers.
Instance Variables
Method summary
+ (id)
numberWithUInt32: (uint32_t)num;
Description forthcoming.
- (id)
initWithUInt32: (uint32_t)num;
Description forthcoming.
Instance Variables for DKUInt32Number Class
@protected uint32_t value;
Description forthcoming.
- Declared in:
- DBusKit/DKNumber.h
This class ensures that serialisation of the object
number within a variant-typed D-Bus argument is
type-safe. This means that the object will not be
promoted to a larger type by NSNumber, which could
otherwise break expectations of the bus peers.
Instance Variables
Method summary
+ (id)
numberWithUInt64: (uint64_t)num;
Description forthcoming.
- (id)
initWithUInt64: (uint64_t)num;
Description forthcoming.
Instance Variables for DKUInt64Number Class
@protected uint64_t value;
Description forthcoming.
- Declared in:
- DBusKit/DKNumber.h
This class ensures that serialisation of the object
number within a variant-typed D-Bus argument is
type-safe. This means that the object will not be
promoted to a larger type by NSNumber, which could
otherwise break expectations of the bus peers.
Instance Variables
Method summary
+ (id)
numberWithUInt8: (uint8_t)num;
Description forthcoming.
- (id)
initWithUInt8: (uint8_t)num;
Description forthcoming.
Instance Variables for DKUInt8Number Class
@protected uint8_t value;
Description forthcoming.