StreamLink for iOS  8.0.0.233163-35883203
SLPair Class Reference

Defines a pair type that is used to pass a field and value to StreamLink. More...

Inheritance diagram for SLPair:

Instance Methods

(instancetype) - initWithObject:andObject:
 Initialise an already allocated SLPair instance. More...
 
(ObjectType1) - object1
 Getter for the first object in the pair. More...
 
(ObjectType2) - object2
 Getter for the second object in the pair. More...
 

Protected Attributes

 __pad0__: NSObject+(instancetype) allocPairWithObject:(ObjectType1)obj1 andObject:(ObjectType2)obj2
 

Detailed Description

Defines a pair type that is used to pass a field and value to StreamLink.

Method Documentation

- (instancetype) initWithObject: (ObjectType1)  obj1
andObject: (ObjectType2)  obj2 

Initialise an already allocated SLPair instance.

Parameters
obj1- The first object (normally the fieldname)
obj2- The second object (normally the field value)
Returns
The SLPair instance
- (ObjectType1) object1

Getter for the first object in the pair.

Returns
The value of the first object in the pair.
- (ObjectType2) object2

Getter for the second object in the pair.

Returns
The value of the second object in the pair.

Member Data Documentation

- __pad0__
protected

Generated on Tue Apr 23 2024 11:14:03 for StreamLink for iOS