Classes | |
| class | __F |
Public Member Functions | |
| TestStructInt () | |
| TestStructInt (int dummy) | |
| 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 | |
| int | dummy |
Static Public Attributes | |
| static final String[] | __ids |
Definition at line 23 of file TestStructInt.java.
| cast.cdl.TestStructInt.TestStructInt | ( | ) |
Definition at line 25 of file TestStructInt.java.
| cast.cdl.TestStructInt.TestStructInt | ( | int | dummy | ) |
Definition at line 29 of file TestStructInt.java.
| void cast.cdl.TestStructInt.__read | ( | Ice.InputStream | __inS, | |
| boolean | __rid | |||
| ) |
Definition at line 138 of file TestStructInt.java.
| void cast.cdl.TestStructInt.__read | ( | IceInternal.BasicStream | __is, | |
| boolean | __rid | |||
| ) |
Definition at line 115 of file TestStructInt.java.
| void cast.cdl.TestStructInt.__write | ( | Ice.OutputStream | __outS | ) |
Definition at line 128 of file TestStructInt.java.
| void cast.cdl.TestStructInt.__write | ( | IceInternal.BasicStream | __os | ) |
Definition at line 105 of file TestStructInt.java.
| static Ice.ObjectFactory cast.cdl.TestStructInt.ice_factory | ( | ) | [static] |
Definition at line 51 of file TestStructInt.java.
| String cast.cdl.TestStructInt.ice_id | ( | Ice.Current | __current | ) |
Definition at line 93 of file TestStructInt.java.
| String cast.cdl.TestStructInt.ice_id | ( | ) |
Definition at line 87 of file TestStructInt.java.
| String [] cast.cdl.TestStructInt.ice_ids | ( | Ice.Current | __current | ) |
Definition at line 81 of file TestStructInt.java.
| String [] cast.cdl.TestStructInt.ice_ids | ( | ) |
Definition at line 75 of file TestStructInt.java.
| boolean cast.cdl.TestStructInt.ice_isA | ( | String | s, | |
| Ice.Current | __current | |||
| ) |
Definition at line 69 of file TestStructInt.java.
| boolean cast.cdl.TestStructInt.ice_isA | ( | String | s | ) |
Definition at line 63 of file TestStructInt.java.
| static String cast.cdl.TestStructInt.ice_staticId | ( | ) | [static] |
Definition at line 99 of file TestStructInt.java.
final String [] cast.cdl.TestStructInt.__ids [static] |
Initial value:
{
"::Ice::Object",
"::cast::cdl::TestStructInt"
}
Definition at line 56 of file TestStructInt.java.
Definition at line 150 of file TestStructInt.java.
1.5.8