Classes | |
| class | __F |
Public Member Functions | |
| WorkingMemoryPointer () | |
| WorkingMemoryPointer (WorkingMemoryAddress address, String type) | |
| boolean | ice_isA (String s) |
| boolean | ice_isA (String s, Ice.Current __current) |
| String[] | ice_ids () |
| String[] | ice_ids (Ice.Current __current) |
| String | ice_id () |
| String | ice_id (Ice.Current __current) |
| void | __write (IceInternal.BasicStream __os) |
| void | __read (IceInternal.BasicStream __is, boolean __rid) |
| void | __write (Ice.OutputStream __outS) |
| void | __read (Ice.InputStream __inS, boolean __rid) |
Static Public Member Functions | |
| static Ice.ObjectFactory | ice_factory () |
| static String | ice_staticId () |
Public Attributes | |
| WorkingMemoryAddress | address |
| String | type |
Static Public Attributes | |
| static final String[] | __ids |
Definition at line 26 of file WorkingMemoryPointer.java.
| cast.cdl.WorkingMemoryPointer.WorkingMemoryPointer | ( | ) |
Definition at line 28 of file WorkingMemoryPointer.java.
| cast.cdl.WorkingMemoryPointer.WorkingMemoryPointer | ( | WorkingMemoryAddress | address, | |
| String | type | |||
| ) |
Definition at line 32 of file WorkingMemoryPointer.java.
| void cast.cdl.WorkingMemoryPointer.__read | ( | Ice.InputStream | __inS, | |
| boolean | __rid | |||
| ) |
Definition at line 146 of file WorkingMemoryPointer.java.
| void cast.cdl.WorkingMemoryPointer.__read | ( | IceInternal.BasicStream | __is, | |
| boolean | __rid | |||
| ) |
Definition at line 120 of file WorkingMemoryPointer.java.
| void cast.cdl.WorkingMemoryPointer.__write | ( | Ice.OutputStream | __outS | ) |
Definition at line 135 of file WorkingMemoryPointer.java.
| void cast.cdl.WorkingMemoryPointer.__write | ( | IceInternal.BasicStream | __os | ) |
Definition at line 109 of file WorkingMemoryPointer.java.
| static Ice.ObjectFactory cast.cdl.WorkingMemoryPointer.ice_factory | ( | ) | [static] |
Definition at line 55 of file WorkingMemoryPointer.java.
| String cast.cdl.WorkingMemoryPointer.ice_id | ( | Ice.Current | __current | ) |
Definition at line 97 of file WorkingMemoryPointer.java.
| String cast.cdl.WorkingMemoryPointer.ice_id | ( | ) |
Definition at line 91 of file WorkingMemoryPointer.java.
| String [] cast.cdl.WorkingMemoryPointer.ice_ids | ( | Ice.Current | __current | ) |
Definition at line 85 of file WorkingMemoryPointer.java.
| String [] cast.cdl.WorkingMemoryPointer.ice_ids | ( | ) |
Definition at line 79 of file WorkingMemoryPointer.java.
| boolean cast.cdl.WorkingMemoryPointer.ice_isA | ( | String | s, | |
| Ice.Current | __current | |||
| ) |
Definition at line 73 of file WorkingMemoryPointer.java.
| boolean cast.cdl.WorkingMemoryPointer.ice_isA | ( | String | s | ) |
Definition at line 67 of file WorkingMemoryPointer.java.
| static String cast.cdl.WorkingMemoryPointer.ice_staticId | ( | ) | [static] |
Definition at line 103 of file WorkingMemoryPointer.java.
final String [] cast.cdl.WorkingMemoryPointer.__ids [static] |
Initial value:
{
"::Ice::Object",
"::cast::cdl::WorkingMemoryPointer"
}
Definition at line 60 of file WorkingMemoryPointer.java.
Definition at line 160 of file WorkingMemoryPointer.java.
Definition at line 162 of file WorkingMemoryPointer.java.
1.5.8