Data Structures
Here are the data structures with brief descriptions:
| Type to provide random access to data structures | |
| Type for an array of data | |
| Compact list type | |
| A structure to store informations of a path | |
| A structure to store information of line | |
| Inline array structure, use Eina_Inarray typedef instead | |
| Inlined list type | |
| Structure of an iterator | |
| Type for a generic double linked list | |
| Cache used to store the last element of a list and the number of elements, for fast access | |
| The domain used for logging | |
| A structure to store informations of a path | |
| String buffer to facilitate string operations | |
| Type for a generic container of unused allocated pointer | |
| Defines the contents of a value | |
| Used to store the array and its subtype | |
| Used to store the blob information and management operations | |
| How to manage blob | |
| Used to store the hash and its subtype | |
| Used to store the list and its subtype | |
| Used to store the memory and its description | |
| Describes the struct by listing its size, members and operations | |
| Describes a single member of struct | |
| How to manage struct | |
| API to access values | |
| All possible value types | |
| Grid type of a tiler |
