Go to the documentation of this file.
82 #ifndef _LIBUTIL_GLIST_H_
83 #define _LIBUTIL_GLIST_H_
87 #include <sphinxbase/sphinxbase_export.h>
109 #define gnode_ptr(g) ((g)->data.ptr)
110 #define gnode_int32(g) ((g)->data.i)
111 #define gnode_uint32(g) ((g)->data.ui)
112 #define gnode_float32(g) ((float32)(g)->data.fl)
113 #define gnode_float64(g) ((g)->data.fl)
114 #define gnode_next(g) ((g)->next)