- Joined
- Mar 21, 2011
- Messages
- 1,611
Hey guys,
is there a built in way to loop through all instances of a struct?
I usually write my own allocate/deallocate with a double linked list, so i can just go through the instances.
But in certain cases, i want pre-build structs (non array), so i wonder if there is a default way to do so?
thanks!
is there a built in way to loop through all instances of a struct?
I usually write my own allocate/deallocate with a double linked list, so i can just go through the instances.
But in certain cases, i want pre-build structs (non array), so i wonder if there is a default way to do so?
thanks!