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