Documentation

ListRemoveRange

ListRemoveRange Description Remove data from list in given range [start, start + count) Order of elements is guaranteed to be preserved.

Read More

ListReverse

ListReverse Description Reverse contents of this list.

Read More

ListSort

ListSort Description Sort given list with given comparator using quicksort algorithm.

Read More

ListSwapItems

ListSwapItems Description Swap items at given indices.

Read More

LOG_ERROR

LOG_ERROR Description Writes an error-level log message. …[in] : Format string and arguments following printf-style syntax.

Read More

LOG_FATAL

LOG_FATAL Description Writes a fatal log message and aborts the program. …[in] : Format string and arguments following printf-style syntax.

Read More

LOG_INFO

LOG_INFO Description Writes an informational log message. …[in] : Format string and arguments following printf-style syntax.

Read More

LOG_SYS_ERROR

LOG_SYS_ERROR Description Writes an error-level log message with errno explanation appended at the end of final string.

Read More

LOG_SYS_FATAL

LOG_SYS_FATAL Description Writes a fatal log message and aborts the program, with errno explanation appended at the end of final string.

Read More

LOG_SYS_INFO

LOG_SYS_INFO Description Writes an informational log message along with errno explanation appended at then end of final string.

Read More