#define LIST_NEXTALL( l, i, t, v ) if(l) \ for( ++(i),((v)=(t)NULL); ((i) < ((l)->Cnt))? \ (((v)=(t)(l)->pNode[i]),1):(((v)=(t)NULL),0); (i)++ ) if( v )
This is macro sack::containers::list::LIST_NEXTALL.
Copyright (c) 2010. All rights reserved.
|
What do you think about this topic? Send feedback!
|