Class for reflective manipulation of values of SPL types. More...
Class for reflective manipulation of values of SPL types.
◆ deleteValue()
| def streams.ValueHandle.deleteValue |
( |
|
self, |
|
|
|
None |
|
) |
|
|
Delete the value contained Note: should be used only if the value is dynamically allocated.
◆ getSerializedSize()
| def streams.ValueHandle.getSerializedSize |
( |
|
self, |
|
|
|
int |
|
) |
|
|
Get the serialized size of the value.
- Returns
- serialized size of the value
◆ getMetaType()
| def streams.ValueHandle.getMetaType |
( |
|
self, |
|
|
|
Meta, |
|
|
|
Type |
|
) |
|
|
Get the meta type of the value.
- Returns
- meta type of the value
◆ hashCode()
| def streams.ValueHandle.hashCode |
( |
|
self, |
|
|
|
int |
|
) |
|
|
Get the hash code.
- Returns
- hash code
◆ toString()
| def streams.ValueHandle.toString |
( |
|
self, |
|
|
|
str |
|
) |
|
|
Get the string representation of the value.
- Returns
- string representation of the value
◆ equals()
| def streams.ValueHandle.equals |
( |
|
self, |
|
|
|
o |
|
) |
|
|
◆ assignFrom()
| def streams.ValueHandle.assignFrom |
( |
|
self, |
|
|
|
o |
|
) |
|
|
◆ swapWith()
| def streams.ValueHandle.swapWith |
( |
|
self, |
|
|
|
o |
|
) |
|
|
The documentation for this class was generated from the following file: