Data Structures
Here are the data structures with brief descriptions:
C_Eina_Accessor | Type to provide random access to data structures |
C_Eina_Array | Type for an array of data |
C_Eina_Clist | Compact list type |
C_Eina_File_Direct_Info | A structure to store informations of a path |
C_Eina_File_Line | A structure to store information of line |
C_Eina_Hash_Tuple | |
C_Eina_Inarray | Inline array structure, use Eina_Inarray typedef instead |
C_Eina_Inlist | Inlined list type |
C_Eina_Iterator | Structure of an iterator |
C_Eina_List | Type for a generic double linked list |
C_Eina_List_Accounting | Cache used to store the last element of a list and the number of elements, for fast access |
C_Eina_Log_Domain | The domain used for logging |
C_Eina_Rbtree | |
C_Eina_Rectangle | |
C_Eina_Simple_XML_Attribute | |
C_Eina_Simple_XML_Node | |
C_Eina_Simple_XML_Node_Data | |
C_Eina_Simple_XML_Node_Tag | |
C_Eina_Stat | A structure to store informations of a path |
C_Eina_Strbuf | String buffer to facilitate string operations |
C_Eina_Trash | Type for a generic container of unused allocated pointer |
C_Eina_Value | Defines the contents of a value |
C_Eina_Value_Array | Used to store the array and its subtype |
C_Eina_Value_Blob | Used to store the blob information and management operations |
C_Eina_Value_Blob_Operations | How to manage blob |
C_Eina_Value_Hash | Used to store the hash and its subtype |
C_Eina_Value_List | Used to store the list and its subtype |
C_Eina_Value_Struct | Used to store the memory and its description |
C_Eina_Value_Struct_Desc | Describes the struct by listing its size, members and operations |
C_Eina_Value_Struct_Member | Describes a single member of struct |
C_Eina_Value_Struct_Operations | How to manage struct |
C_Eina_Value_Type | API to access values |
C_Eina_Value_Union | All possible value types |
C_Eina_Version | |
C_Eina_Xattr | |
Cdumpinfo | |
CEina_Tile_Grid_Info | Grid type of a tiler |