NTPackageMetaInfo
@interface NTPackageMetaInfo : NSObject {
void *swigCPtr;
BOOL swigCMemOwn;
}
Package meta info element. Can contain JSON-style structured data, including objects and arrays.
-
Checks if this object is equal to the specified object.
Declaration
Objective-C
- (BOOL)isEqual:(id)object;
Parameters
object
The reference object.
Return Value
True when objects are equal, false otherwise.
-
Returns the hash value of this object.
Declaration
Objective-C
- (NSUInteger)hash;
Return Value
The hash value of this object.
-
Constructs a new PackageMetaInfo object from existing JSON value.
Declaration
Objective-C
- (id)initWithVar:(NTVariant *)var;
Parameters
var
The variant to use.
-
Returns the underlying variant.
Declaration
Objective-C
- (NTVariant *)getVariant;
Return Value
The value of the metainfo.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;