NTRouteMatchingPointVector
@interface NTRouteMatchingPointVector : NSObject
{
/** @internal:nodoc: */
void *swigCPtr;
/** @internal:nodoc: */
BOOL swigCMemOwn;
}
/** @internal:nodoc: */
-(void*)getCptr;
/** @internal:nodoc: */
-(id)initWithCptr: (void*)cptr swigOwnCObject: (BOOL)ownCObject;
-(id)init;
-(unsigned int)size;
-(unsigned int)capacity;
-(void)reserve: (unsigned int)n;
-(BOOL)isEmpty;
-(void)clear;
-(void)add: (NTRouteMatchingPoint*)x;
-(NTRouteMatchingPoint*)get: (int)i;
-(void)set: (int)i val: (NTRouteMatchingPoint*)val;
/**
* Returns the raw pointer to the object. This is used internally by the SDK.
* @return The internal pointer of the object.
*/
/** @internal:nodoc: */
-(long long)swigGetRawPtr;
-(void)dealloc;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
-(id)init;
-
Undocumented
Declaration
Objective-C
-(unsigned int)size;
-
Undocumented
Declaration
Objective-C
-(unsigned int)capacity;
-
Undocumented
Declaration
Objective-C
-(void)reserve: (unsigned int)n;
-
Undocumented
Declaration
Objective-C
-(BOOL)isEmpty;
-
Undocumented
Declaration
Objective-C
-(void)clear;
-
Undocumented
Declaration
Objective-C
-(void)add: (NTRouteMatchingPoint*)x;
-
Undocumented
Declaration
Objective-C
-(NTRouteMatchingPoint*)get: (int)i;
-
Undocumented
Declaration
Objective-C
-(void)set: (int)i val: (NTRouteMatchingPoint*)val;
-
Undocumented
Declaration
Objective-C
-(void)dealloc;