summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent/c_list_iter.h
blob: 73aaf2a319c37187ce680192a81db5c8208adbee (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef C_LIST_ITER_H
#define C_LIST_ITER_H

#include "SSystem/SComponent/c_node_iter.h"

typedef struct node_list_class node_list_class;

BOOL cLsIt_Method(node_list_class* pList, cNdIt_MethodFunc pMethod, void* pUserData);
void* cLsIt_Judge(node_list_class* pList, cNdIt_JudgeFunc pJudge, void* pUserData);

#endif /* C_LIST_ITER_H */