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