Definition in file eg_eset.h.
#include <stdio.h>
#include <stdlib.h>
#include "eg_config.h"
#include "eg_macros.h"
Include dependency graph for eg_eset.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | EGes_t |
| this structure holds an element of a set More... | |
Defines | |
| #define | EG_ESET_DLEVEL 0 |
| #define | EGesFind(elem) |
| this function find the representant of this element in his equivalence set. | |
| #define | EGesInit(elem) |
| Initialize a set element as a set containing only itsself. | |
| #define | EGesLink(u, v) |
| Given two representing elements for two clases, joint them into a single class. | |
Typedefs | |
| typedef EGes_t | EGes_t |
| this structure holds an element of a set | |
1.4.5