|
file | bimap.c [code] |
| This file is part of the utilities library; it exposes the bidirectional map functions.
|
|
file | bits.c [code] |
| This file is part of the utilities library; it contains the fallback implementation of the bit functions.
|
|
file | bitset.c [code] |
| This file is part of the utilities library; it contains the implementation of the bitset functions.
|
|
file | cmp.c [code] |
| This file is part of the utilities library; it exposes thecomparison functions.
|
|
file | config.c [code] |
| This file is part of the utilities library; it contains the implementation of the configuration functions.
|
|
file | config_ini.c [code] |
| This file is part of the utilities library; it contains the implementation of the INI parser for configuration structs.
|
|
file | daemon.c [code] |
| This file is part of the utilities library; it contains the daemon function definitions.
|
|
file | diag.c [code] |
| This file is part of the utilities library; it contains the diagnostic function definitions.
|
|
file | dllist.c [code] |
| This file is part of the utilities library; it exposes the doubly-linked list functions.
|
|
file | endian.c [code] |
| This file is part of the utilities library; it contains the implementation of the byte order functions.
|
|
file | errnum.c [code] |
| This file is part of the utilities library; it contains the implementation of the error functions.
|
|
file | exception.cpp [code] |
| This file is part of the utilities library; it contains the implementation of the C++ exception functions.
|
|
file | fiber-sjlj.c [code] |
| This file is part of the utilities library; it contains the setjmp()/longjmp() implementation of the fiber functions.
|
|
file | fiber-win32.c [code] |
| This file is part of the utilities library; it contains the Windows implemenation of the fiber functions.
|
|
file | fiber.h [code] |
| This is the internal header file of the fiber implementation.
|
|
file | frbuf.c [code] |
| This file is part of the utilities library; it contains the implementation of the read file buffer.
|
|
file | fwbuf.c [code] |
| This file is part of the utilities library; it contains the implementation of the (atomic) write file buffer.
|
|
file | lex.c [code] |
| This file is part of the utilities library; it contains the implementation of the lexer functions.
|
|
file | membuf.c [code] |
| This file is part of the utilities library; it contains the implementation of the memory buffer.
|
|
file | mkjmp.c [code] |
| This file is part of the utilities library; it contains the implementation of mkjmp() and sigmkjmp().
|
|
file | pheap.c [code] |
| This file is part of the utilities library; it contains the implementation of the pairing heap.
|
|
file | print.c [code] |
| This file is part of the utilities library; it contains the implementation of the printing functions.
|
|
file | rbtree.c [code] |
| This file is part of the utilities library; it contains the implementation of the red-black tree.
|
|
file | sllist.c [code] |
| This file is part of the utilities library; it exposes the singly linked list functions.
|
|
file | spscring.c [code] |
| This file is part of the utilities library; it contains the implementation of the single-producer single-consumer ring buffer.
|
|
file | time.c [code] |
| This file is part of the utilities library; it exposes the time functions.
|
|
file | util.h [code] |
| This is the internal header file of the utilities library.
|
|