Loading [MathJax]/extensions/MathZoom.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
c_node_iter.h File Reference

Go to the source code of this file.

Typedefs

typedef int(* cNdIt_MethodFunc) (node_class *pNode, void *pUserData)
 
typedef void *(* cNdIt_JudgeFunc) (node_class *pNode, void *pUserData)
 

Functions

int cNdIt_Method (node_class *pNode, cNdIt_MethodFunc pMethod, void *pUserData)
 
void * cNdIt_Judge (node_class *pNode, cNdIt_JudgeFunc pJudge, void *pUserData)
 

Typedef Documentation

◆ cNdIt_JudgeFunc

typedef void *(* cNdIt_JudgeFunc) (node_class *pNode, void *pUserData)

◆ cNdIt_MethodFunc

typedef int(* cNdIt_MethodFunc) (node_class *pNode, void *pUserData)

Function Documentation

◆ cNdIt_Judge()

void * cNdIt_Judge ( node_class * pNode,
cNdIt_JudgeFunc pJudge,
void * pUserData )

◆ cNdIt_Method()

int cNdIt_Method ( node_class * node,
cNdIt_MethodFunc method,
void * data )