[cfe-dev] What does these void* data[] mean?

Yang Ye yeyangever at gmail.com
Thu Jul 1 22:38:44 PDT 2010


I find in the c Interfaces of clang, there is :

struct CXType
{
num CXTypeKind 	kind
void * 	data [2];
}

and in

struct CXCursor
enum CXCursorKind 	kind
void * 	data [3]
}


what does these data[2] and data[3] mean please?

In the meantime, can anyone show me how to use these C interfaces?


-----------------------
Yang Ye
646-417-0326

Ph.D.
Department of Computer Science
The Fu Foundation School of Engineering and Applied Science Columbia University
yy2314 at columbia.edu



More information about the cfe-dev mailing list