GenericVec_iValue (object)¶
The GenericVec_iValue is a typed implementation of the GenericValue using a Vec_i.
Methods¶
GenericVec_iValue ( in GenericVec_iValue other ) | |
GenericVec_iValue ( in Vec_i value ) | |
GenericVec_iValue () | |
GenericVec_iValue | clone ? () |
Boolean | equals ? ( in Ref<GenericValue> other ) |
Vec_i | get ? () |
Type | getValueType ? () |
UInt32 | hash_ ? () |
Boolean | isArray ? () |
set ! ( in Vec_i value ) |
Methods in detail¶
GenericVec_iValue ( in GenericVec_iValue other )
copy constructor
GenericVec_iValue ( in Vec_i value )
default constructor
GenericVec_iValue GenericVec_iValue.clone? ()
clone method
Boolean GenericVec_iValue.equals? ( in Ref<GenericValue> other )
return true if this value matches another one
Vec_i GenericVec_iValue.get? ()
returns the contained value
Type GenericVec_iValue.getValueType? ()
returns the type of the value
UInt32 GenericVec_iValue.hash_? ()
returns a hash value for this
Boolean GenericVec_iValue.isArray? ()
returns true if this value contains an array
GenericVec_iValue.set! ( in Vec_i value )
sets the contained value