Topics
Here is a list of all topics with brief descriptions:
[detail level 1234]
Data Types | Eina provide easy to use and optimized data types and structures |
Binary Buffer | |
Binary Share | |
References counting | |
String Buffer | |
Stringshare | |
Tiler | |
Unicode String Buffer | |
Unicode Stringshare | |
Containers | |
Array | |
Compact List | Eina_Clist is a compact (inline) list implementation |
Hash Table | |
Inline Array | Inline array is a container that stores the data itself not pointers to data, this means there is no memory fragmentation, also for small data types(such as char, short, int, etc.) it's more memory efficient |
Inline List | |
List | |
Sparse Matrix | |
Red-Black tree | |
Trash | |
Generic Value Storage | Abstracts generic data storage and access to it in an extensible and efficient way |
Generic Value management | |
Generic Value Array management | |
Generic Value List management | |
Generic Value Hash management | |
Generic Value Blob management | |
Generic Value Struct management | |
Generic Value Type management | |
Unicode String | |
Tools | Eina tools aims to help application development, providing ways to make it safer, log errors, manage memory more efficiently and more |
Benchmark | |
Convert | |
Counter | |
Error | |
Lazy allocator | |
Lock | |
Log | |
Magic | Eina_Magic provides run-time type-checking |
Memory Pool | |
Module | Eina module provides some helpers over POSIX dlopen() |
Rectangle | |
Safety Checks | |
Simple_XML | Simplistic relaxed SAX-like XML parser |
String | |
File | |
Content Access | |
Accessor Functions | |
Iterator Functions | |
Core | |
Hamster | |
Main | |
Types | |
Mmap Group | |
Prefix Group |