Documentation.
FossilOrigin-Name: 3a64c9cb30f66fe2a6d1ce0a5b26423f5bcd3d2174c0434421165ed46c04e98b
This commit is contained in:
		@ -199,7 +199,10 @@ extern void * mavliter_seek(mavliter_t *i,void *d);
 | 
			
		||||
	mavliter_t i; mavliter_init(&i,t)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Iterate through all elements of an MAVL Object using a MAVL Iterator.
 | 
			
		||||
 * @param i pointer to MAVL Interator object
 | 
			
		||||
 */ 
 | 
			
		||||
#define mavliter_foreach(i)\
 | 
			
		||||
	for (mavliter_seek_set(i); NULL != mavliter_get(i); mavliter_next(i))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user