Documentation

ListPushFront

ListPushFront Description Insert a l-value at the very beginning of list.

Read More

ListPushFrontL

ListPushFrontL Description Insert a l-value at the very beginning of list.

Read More

ListPushFrontR

ListPushFrontR Description Insert a r-value at the very beginning of list.

Read More

ListRemove

ListRemove Description Remove item from list at given index and store in given pointer. Order of elements is guaranteed to be preserved.

Read More

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