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