GenericComplexArrayValue (object)¶
The GenericComplexArrayValue is a typed implementation of the GenericArrayValue using a Complex array element.
Methods¶
GenericComplexArrayValue ( in ComplexArray value ) | |
GenericComplexArrayValue ( in GenericComplexArrayValue other ) | |
GenericComplexArrayValue () | |
GenericComplexArrayValue | clone ? () |
Boolean | equals ? ( in Ref<GenericValue> other ) |
Complex | get ? ( in Index index ) |
ComplexArray | get ? () |
Type | getValueType ? () |
UInt32 | hash_ ? () |
Boolean | isArray ? () |
push ! ( in Complex value ) | |
resize ! ( in Size newSize ) | |
set ! ( in Index index, in Complex value ) | |
setCopy ! ( in ComplexArray value ) | |
setShared ! ( in ComplexArray value ) | |
Size | size ? () |
Methods in detail¶
GenericComplexArrayValue ( in ComplexArray value )
value constructor
GenericComplexArrayValue ( in GenericComplexArrayValue other )
copy constructor
default constructor
GenericComplexArrayValue GenericComplexArrayValue.clone? ()
clone method
Boolean GenericComplexArrayValue.equals? ( in Ref<GenericValue> other )
return true if this value array matches another one
Complex GenericComplexArrayValue.get? ( in Index index )
returns an element the contained value array by index
ComplexArray GenericComplexArrayValue.get? ()
returns the contained value array
Type GenericComplexArrayValue.getValueType? ()
returns the name of the value type
UInt32 GenericComplexArrayValue.hash_? ()
returns a hash value for this
Boolean GenericComplexArrayValue.isArray? ()
returns true if this value contains an array
GenericComplexArrayValue.push! ( in Complex value )
pushed an element to the contained value array
GenericComplexArrayValue.resize! ( in Size newSize )
resizes the contained value array
GenericComplexArrayValue.set! ( in Index index, in Complex value )
sets an element the contained value array by index
GenericComplexArrayValue.setCopy! ( in ComplexArray value )
sets the contained value array (copying its contents)
GenericComplexArrayValue.setShared! ( in ComplexArray value )
sets the contained value array (sharing the reference)
Size GenericComplexArrayValue.size? ()
returns the size of the contained value array