GenericVec_cValue (object)

The GenericVec_cValue is a typed implementation of the GenericValue using a Vec_c.

GenericVec_cValue GenericVec_cValue GenericVec_cValue GenericValue GenericValue GenericVec_cValue->GenericValue

Methods

  GenericVec_cValue ( in GenericVec_cValue other )
  GenericVec_cValue ( in Vec_c value )
  GenericVec_cValue ()
GenericVec_cValue clone ? ()
Boolean equals ? ( in Ref<GenericValue> other )
Vec_c get ? ()
Type getValueType ? ()
UInt32 hash_ ? ()
Boolean isArray ? ()
  set ! ( in Vec_c value )

Methods in detail

GenericVec_cValue ( in GenericVec_cValue other )

copy constructor


GenericVec_cValue ( in Vec_c value )


GenericVec_cValue ()

default constructor


GenericVec_cValue GenericVec_cValue.clone? ()

clone method


Boolean GenericVec_cValue.equals? ( in Ref<GenericValue> other )

return true if this value matches another one


Vec_c GenericVec_cValue.get? ()

returns the contained value


Type GenericVec_cValue.getValueType? ()

returns the type of the value


UInt32 GenericVec_cValue.hash_? ()

returns a hash value for this


Boolean GenericVec_cValue.isArray? ()

returns true if this value contains an array


GenericVec_cValue.set! ( in Vec_c value )

sets the contained value