judy.libjudy

Undocumented in source.

Members

Enums

Errno
enum Errno
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

Judy1ByCount
int Judy1ByCount(void* array, size_t count, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Judy1Count
size_t Judy1Count(void* array, size_t index1, size_t index2, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Judy1First
int Judy1First(void* array, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Judy1FirstEmpty
int Judy1FirstEmpty(void* array, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Judy1FreeArray
size_t Judy1FreeArray(void** array, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Judy1Last
int Judy1Last(void* array, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Judy1LastEmpty
int Judy1LastEmpty(void* array, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Judy1MemActive
size_t Judy1MemActive(void* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Judy1MemUsed
size_t Judy1MemUsed(void* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Judy1Next
int Judy1Next(void* array, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Judy1NextEmpty
int Judy1NextEmpty(void* array, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Judy1Prev
int Judy1Prev(void* array, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Judy1PrevEmpty
int Judy1PrevEmpty(void* array, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Judy1Set
int Judy1Set(void** array, size_t index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Judy1SetArray
int Judy1SetArray(void** array, size_t cound, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Judy1Test
int Judy1Test(void* array, size_t index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Judy1Unset
int Judy1Unset(void** array, size_t index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLByCount
void** JudyLByCount(void* array, size_t nth, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLCount
size_t JudyLCount(void* array, size_t index1, size_t index2, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLDel
int JudyLDel(void** array, size_t index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLFirst
void** JudyLFirst(void* array, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLFirstEmpty
int JudyLFirstEmpty(void* array, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLFreeArray
size_t JudyLFreeArray(void** array, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLGet
void** JudyLGet(void* array, size_t index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLIns
void** JudyLIns(void** array, size_t index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLInsArray
int JudyLInsArray(void** array, size_t count, size_t* index, size_t* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLLast
void** JudyLLast(void* array, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLLastEmpty
int JudyLLastEmpty(void* array, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLMemActive
size_t JudyLMemActive(void* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLMemUsed
size_t JudyLMemUsed(void* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLNext
void** JudyLNext(void* array, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLNextEmpty
int JudyLNextEmpty(void* array, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLPrev
void** JudyLPrev(void* array, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JudyLPrevEmpty
int JudyLPrevEmpty(void* array, size_t* index, Error* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

Error
struct Error
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

NO_ERROR
Error* NO_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta