webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Class Methods | Protected Attributes | Properties | List of all members
GPBFloatArray Class Reference

#import <GPBArray.h>

Inheritance diagram for GPBFloatArray:
NSObject

Instance Methods

(instancetype) - NS_DESIGNATED_INITIALIZER
 
(instancetype) - initWithValues:count:
 
(instancetype) - initWithValueArray:
 
(instancetype) - initWithCapacity:
 
(float) - valueAtIndex:
 
(void- enumerateValuesWithBlock:
 
(void- enumerateValuesWithOptions:usingBlock:
 
(void- addValue:
 
(void- addValues:count:
 
(void- addValuesFromArray:
 
(void- insertValue:atIndex:
 
(void- replaceValueAtIndex:withValue:
 
(void- removeValueAtIndex:
 
(void- removeAll
 
(void- exchangeValueAtIndex:withValueAtIndex:
 

Class Methods

(instancetype) + array
 
(instancetype) + arrayWithValue:
 
(instancetype) + arrayWithValueArray:
 
(instancetype) + arrayWithCapacity:
 

Protected Attributes

package GPB_UNSAFE_UNRETAINED GPBMessage_autocreator
 

Properties

NSUInteger count
 

Method Documentation

◆ addValue:()

- (void) addValue: (float)  value

◆ addValues:count:()

- (void) addValues: (const float [])  values
count: (NSUInteger)  count 

◆ addValuesFromArray:()

- (void) addValuesFromArray: (GPBFloatArray *)  array

◆ array()

+ (instancetype) array

◆ arrayWithCapacity:()

+ (instancetype) arrayWithCapacity: (NSUInteger)  count

◆ arrayWithValue:()

+ (instancetype) arrayWithValue: (float)  value

◆ arrayWithValueArray:()

+ (instancetype) arrayWithValueArray: (GPBFloatArray *)  array

◆ enumerateValuesWithBlock:()

- (void) enumerateValuesWithBlock: (void(^)(float value, NSUInteger idx, BOOL *stop))  block

◆ enumerateValuesWithOptions:usingBlock:()

- (void) enumerateValuesWithOptions: (NSEnumerationOptions)  opts
usingBlock: (void(^)(float value, NSUInteger idx, BOOL *stop))  block 

◆ exchangeValueAtIndex:withValueAtIndex:()

- (void) exchangeValueAtIndex: (NSUInteger)  idx1
withValueAtIndex: (NSUInteger)  idx2 

◆ initWithCapacity:()

- (instancetype) initWithCapacity: (NSUInteger)  count

◆ initWithValueArray:()

- (instancetype) initWithValueArray: (GPBFloatArray *)  array

◆ initWithValues:count:()

- (instancetype) initWithValues: (const float [])  values
count: (NSUInteger)  count 

◆ insertValue:atIndex:()

- (void) insertValue: (float)  value
atIndex: (NSUInteger)  index 

◆ NS_DESIGNATED_INITIALIZER()

- (instancetype) NS_DESIGNATED_INITIALIZER

◆ removeAll()

- (void) removeAll

◆ removeValueAtIndex:()

- (void) removeValueAtIndex: (NSUInteger)  index

◆ replaceValueAtIndex:withValue:()

- (void) replaceValueAtIndex: (NSUInteger)  index
withValue: (float)  value 

◆ valueAtIndex:()

- (float) valueAtIndex: (NSUInteger)  index

Member Data Documentation

◆ _autocreator

- (package GPB_UNSAFE_UNRETAINED GPBMessage*) _autocreator
protected

Property Documentation

◆ count

- (NSUInteger) count
readnonatomicassign

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