Properties | List of all members
GPBStruct Class Reference

#import <Struct.pbobjc.h>

Inheritance diagram for GPBStruct:
Inheritance graph
[legend]

Properties

NSMutableDictionary< NSString *, GPBValue * > * fields
 
NSUInteger fields_Count
 
- Properties inherited from GPBMessage
BOOL initialized
 
GPBUnknownFieldSetunknownFields
 

Additional Inherited Members

- Instance Methods inherited from GPBMessage
(void- addExtension:value:
 
(void- addUnknownMapEntry:value: [implementation]
 
(void- clear
 
(void- clearExtension:
 
(nullable NSData *) - data
 
(NSData *) - delimitedData
 
(GPBDescriptor *) - descriptor
 
(NSArray *) - extensionsCurrentlySet
 
(id- getExistingExtension: [implementation]
 
(nullable id- getExtension:
 
(BOOL) - hasExtension:
 
(nullable instancetype) - initWithCodedInputStream:extensionRegistry:error:
 
(nullable instancetype) - initWithData:error:
 
(nullable instancetype) - initWithData:extensionRegistry:error:
 
(void- mergeDelimitedFromCodedInputStream:extensionRegistry: [implementation]
 
(void- mergeFrom:
 
(void- mergeFromCodedInputStream:extensionRegistry: [implementation]
 
(void- mergeFromData:extensionRegistry:
 
(size_t) - serializedSize
 
(void- setExtension:index:value:
 
(void- setExtension:value:
 
(void- writeDelimitedToCodedOutputStream:
 
(void- writeDelimitedToOutputStream:
 
(void- writeToCodedOutputStream:
 
(void- writeToOutputStream:
 
- Class Methods inherited from GPBMessage
(GPBDescriptor *) + descriptor
 
(instancetype) + message
 
(nullable instancetype) + parseDelimitedFromCodedInputStream:extensionRegistry:error:
 
(nullable instancetype) + parseFromCodedInputStream:extensionRegistry:error:
 
(nullable instancetype) + parseFromData:error:
 
(nullable instancetype) + parseFromData:extensionRegistry:error:
 
- Protected Attributes inherited from GPBMessage
package GPBMessage_StoragePtr messageStorage_
 

Detailed Description

Struct represents a structured data value, consisting of fields which map to dynamically typed values. In some languages, Struct might be supported by a native representation. For example, in scripting languages like JS a struct is represented as an object. The details of that representation are described together with the proto support for the language.

The JSON representation for Struct is JSON object.

Definition at line 98 of file Struct.pbobjc.h.

Property Documentation

◆ fields

- (NSMutableDictionary<NSString*, GPBValue*>*) fields
readwritenonatomicstrong

Unordered map of dynamically typed values.

Definition at line 101 of file Struct.pbobjc.h.

◆ fields_Count

- (NSUInteger) fields_Count
readnonatomicassign

The number of items in fields without causing the array to be created.

Definition at line 103 of file Struct.pbobjc.h.


The documentation for this class was generated from the following file:


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:05