PTClassMap

@interface PTClassMap : NSObject
  • Declaration

    Objective-C

    - (BOOL)IsValid;

    Swift

    func isValid() -> Bool

    Return Value

    true if this is a valid (non-null) ClassMap, false otherwise. If the function returns false the underlying SDF/Cos object is null or is not valid and the ClassMap object should be treated as a null object.

  • Returns the ClassMap dictionary.

    Declaration

    Objective-C

    - (PTObj *)GetSDFObj;

    Swift

    func getSDFObj() -> PTObj!

    Return Value

    the object to the underlying SDF/Cos object.

  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithDict: (PTObj*)dict;

    Swift

    init!(dict: PTObj!)