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