<<extension>> Provides information about a com.rti.dds.subscription.TopicQuery
More...
Public Member Functions |
| Object | copy_from (Object src) |
| |
| abstract boolean | equals (Object obj) |
| |
| abstract int | hashCode () |
| |
| String | toString () |
| |
| Object | copy_from (Object src) |
| | Copy value of a data type from source.
|
| |
Additional Inherited Members |
| | Struct () |
| |
| abstract void | pull_from_nativeI (long native_status) |
| |
| abstract void | push_to_nativeI (long native_status) |
| |
Detailed Description
Member Function Documentation
| Object copy_from |
( |
Object |
src | ) |
|
This is the implementation of the Copyable interface. This method will perform a deep copy of src This method could be placed into TopicQueryDataTypeSupport rather than here by using the -noCopyable option to rtiddsgen.
- Parameters
-
| src | The Object which contains the data to be copied. |
- Returns
- Returns
this.
- Exceptions
-
| NullPointerException | If src is null. |
| ClassCastException | If src is not the same type as this. |
- See Also
- com.rti.dds.infrastructure.Copyable::copy_from(java.lang.Object)
Member Data Documentation