PTSDFDocSnapshot
@interface PTSDFDocSnapshot : NSObject
{
}
- (unsigned int)GetHash;
- (BOOL)IsValid;
- (BOOL)Equals: (PTSDFDocSnapshot*)snapshot;
- (instancetype)initWithImpl: (void *)impl;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (unsigned int)GetHash;Swift
func getHash() -> UInt32 -
Undocumented
Declaration
Objective-C
- (BOOL)IsValid;Swift
func isValid() -> Bool -
Undocumented
Declaration
Objective-C
- (BOOL)Equals: (PTSDFDocSnapshot*)snapshot;Swift
func equals(_ snapshot: PTSDFDocSnapshot!) -> Bool -
Undocumented
Declaration
Objective-C
- (instancetype)initWithImpl: (void *)impl;Swift
init!(impl: UnsafeMutableRawPointer!)
PTSDFDocSnapshot Class Reference