|
|
|
|||||
|
forgot me, but I can't declare a recursion nested struct...
struct Nav; // i can not do this;
sequence<Nav> NavItems; struct Nav{ string title; NavItems children; }; because the Nav has any small sub Nav, I'd like to got it by once. somebody help me ? thanks |
|
|||||
|
i can't use class, because it must create
a class object instance in server side and post a proxy to client.
I just want to send a little bit of complex data to client side. can you enable Forward Declare a struct? struct a; sequence<a> as; struct a{ as children; } ... nonmutating a get(); ... |
![]() |
| 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 |
| Blocked by nested callback | roger jin | Help Center | 10 | 07-14-2006 02:16 PM |
| Error using Ice.loadSlice() with nested *.ice | hiasl | Help Center | 1 | 08-29-2005 08:00 AM |
| is there any way to use my own struct in slice? | pi1ot | Help Center | 1 | 02-21-2005 12:35 AM |
| proxy needed for struct? | gminorcoles | Help Center | 2 | 01-06-2005 03:05 PM |