hunt.database.base.Util

Undocumented in source.

Members

Aliases

ThreadID
alias ThreadID = pthread_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ThreadID
alias ThreadID = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

Util
class Util

Functions

getTid
ThreadID getTid()
Undocumented in source. Be warned that the author may not have intended to support it.
getTid
ThreadID getTid()
Undocumented in source. Be warned that the author may not have intended to support it.
syscall
size_t syscall(size_t ident, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

CONSOLE_COLOR_BLUE
enum CONSOLE_COLOR_BLUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONSOLE_COLOR_GREEN
enum CONSOLE_COLOR_GREEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONSOLE_COLOR_NONE
enum CONSOLE_COLOR_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONSOLE_COLOR_RED
enum CONSOLE_COLOR_RED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONSOLE_COLOR_YELLOW
enum CONSOLE_COLOR_YELLOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta