GenericSInt8Value (object)

The GenericSInt8Value is a typed implementation of the GenericValue using a SInt8.

GenericSInt8Value GenericSInt8Value GenericSInt8Value GenericValue GenericValue GenericSInt8Value->GenericValue

Methods

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

Methods in detail

GenericSInt8Value ( in GenericSInt8Value other )

copy constructor


GenericSInt8Value ( in SInt8 value )


GenericSInt8Value ()

default constructor


GenericSInt8Value GenericSInt8Value.clone? ()

clone method


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

return true if this value matches another one


SInt8 GenericSInt8Value.get? ()

returns the contained value


Type GenericSInt8Value.getValueType? ()

returns the type of the value


UInt32 GenericSInt8Value.hash_? ()

returns a hash value for this


Boolean GenericSInt8Value.isArray? ()

returns true if this value contains an array


GenericSInt8Value.set! ( in SInt8 value )

sets the contained value