DKStruct documentation

Authors

Niels Grewe (niels.grewe@halbordnung.de)

Copyright: (C) 2014 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the DKMutableStructArray class
  2. Software documentation for the DKStructArray class
  3. Software documentation for the NSArray(DBusKit) category
  4. Software documentation for the DKStruct protocol

Software documentation for the DKMutableStructArray class

DKMutableStructArray : NSMutableArray

Declared in:
DBusKit/DKStruct.h
Description forthcoming.

Instance Variables



Instance Variables for DKMutableStructArray Class

backingStore

@protected NSMutableArray* backingStore;
Description forthcoming.




Software documentation for the DKStructArray class

DKStructArray : NSArray

Declared in:
DBusKit/DKStruct.h
Description forthcoming.

Instance Variables



Instance Variables for DKStructArray Class

backingStore

@protected NSArray* backingStore;
Description forthcoming.




Software documentation for the NSArray(DBusKit) category

NSArray(DBusKit)

Declared in:
DBusKit/DKStruct.h
Conforms to:
DKStruct
Description forthcoming.

Software documentation for the DKStruct protocol

DKStruct

Declared in:
DBusKit/DKStruct.h
The DKStruct protocol should be adopted by all collection classes that are required to be converted to D-Bus structures. A default implementation is provided for NSArray, which just returns NO. The object also needs to implement -objectEnumerator .
Method summary

isDBusStruct 

- (BOOL) isDBusStruct;
Return YES from this method if the D-Bus representation of the receiver should be a struct instead of an array.