Definition in file eg_elink.h.
Go to the source code of this file.
Data Structures | |
| struct | EGeLink_t |
| Define a simple link structure. More... | |
Defines | |
| #define | EGeLinkIsNull(link_pt) |
| test wether the given link is null. | |
| #define | EGeLinkIsSelf(link_pt) |
| test wether the given link point to itself. | |
| #define | EGeLinkReset(link_pt) |
| Set to null the given link. | |
| #define | EGeLinkSet(link_pt, info) |
| Set the given pointer to the given value. | |
| #define | EGeLinkSetSelf(link_pt) |
| Set the link to point to itself. | |
Typedefs | |
| typedef EGeLink_t | EGeLink_t |
| Define a simple link structure. | |
1.4.5