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