UT/UT_Fifo.h File Reference
#include "UT_API.h"
#include "UT_String.h"
Go to the source code of this file.
|
Classes |
| class | UT_Fifo |
Typedefs |
| typedef void(* | UT_FifoCallback )(const char *a, int len, void *data) |
| typedef UT_Fifo *(* | UT_FifoCreator )(UT_FifoCallback func, void *data) |
| typedef UT_Fifo *(* | UT_NetFifoCreator )(UT_String, int, UT_FifoCallback func, void *data) |
Functions |
| UT_API void | UTsetFifoCreator (UT_FifoCreator func) |
| UT_API UT_Fifo * | UTgetNewFifo (UT_FifoCallback func, void *data) |
| UT_API void | UTsetNetFifoCreator (UT_NetFifoCreator func) |
| UT_API UT_Fifo * | UTgetNewNetFifo (UT_String address, int port, UT_FifoCallback func, void *data) |
Typedef Documentation
Function Documentation