Class for reflective manipulation of const values of spl types. More...
Public Member Functions |
|
| def | deleteValue (self) |
| Delete the value contained Note: should be used only if the value is dynamically allocated. More... |
|
| def | hashCode (self) |
| Get the hash code. More... |
|
| def | getSerializedSize (self) |
| Get the serialized size of the value. More... |
|
| def | getMetaType (self) |
| Get the meta type of the value. More... |
|
| def | toString (self) |
| Get the string representation of the value. More... |
|
| def | equals |
Class for reflective manipulation of const values of spl types.
| def streams.ConstValueHandle.deleteValue | ( | self, | |
| None | |||
| ) |
Delete the value contained Note: should be used only if the value is dynamically allocated.
| def streams.ConstValueHandle.hashCode | ( | self, | |
| int | |||
| ) |
Get the hash code.
| def streams.ConstValueHandle.getSerializedSize | ( | self, | |
| int | |||
| ) |
Get the serialized size of the value.
| def streams.ConstValueHandle.getMetaType | ( | self, | |
| Meta, | |||
| Type | |||
| ) |
Get the meta type of the value.
| def streams.ConstValueHandle.toString | ( | self, | |
| str | |||
| ) |
Get the string representation of the value.
| def streams.ConstValueHandle.equals | ( | self, | |
| o | |||
| ) |