PTSDFResultSnapshot
@interface PTSDFResultSnapshot : NSObject
{
}
- (PTSDFDocSnapshot*)CurrentState;
- (PTSDFDocSnapshot*)PreviousState;
- (BOOL)IsOk;
- (BOOL)IsNullTransition;
- (instancetype)initWithImpl: (void *)impl;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (PTSDFDocSnapshot*)CurrentState;
Swift
func currentState() -> PTSDFDocSnapshot!
-
Undocumented
Declaration
Objective-C
- (PTSDFDocSnapshot*)PreviousState;
Swift
func previousState() -> PTSDFDocSnapshot!
-
Undocumented
Declaration
Objective-C
- (BOOL)IsOk;
Swift
func isOk() -> Bool
-
Undocumented
Declaration
Objective-C
- (BOOL)IsNullTransition;
Swift
func isNullTransition() -> Bool
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithImpl: (void *)impl;
Swift
init!(impl: UnsafeMutableRawPointer!)