|
|
|
|||||
|
such as:
struct my_own_struct{ int x; string y; my_another_class z; }; i must define ice_my_own_struct and ice_my_another_class in slice and write two function to translate them in my code now: my_client( my_own_struct m ){ ice_interface( my_to_ice(m) ); } ice_interface( ice_my_own_struct i ){ my_server_code( ice_to_mine(i) ); } is there any way to avoid these "excrescent" code? thanks. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| About return struct | billwillman | Help Center | 7 | 10-16-2006 03:39 AM |
| php ice interface struct initialization | dthompson | Help Center | 1 | 05-17-2006 06:18 PM |
| PHP Returned Result into slice struct | dthompson | Help Center | 1 | 05-05-2006 05:05 PM |
| proxy needed for struct? | gminorcoles | Help Center | 2 | 01-06-2005 03:05 PM |
| May slice struct contain class? | minifat | Help Center | 1 | 08-09-2004 10:16 PM |