example.h File Reference
Containins the definition of the Example. More...
Include dependency graph for example.h:

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

Go to the source code of this file.
Data Structures | |
| struct | Example |
| All the objects composing an example (or a counter-example) More... | |
Typedefs | |
| typedef struct Example | Example |
| All the objects composing an example (or a counter-example) More... | |
Functions | |
| void | initExample (Example *exp) |
| Initialize the example object. More... | |
| void | freeExample (Example *exp, int freeItself) |
| Free the example object. More... | |
Detailed Description
Containins the definition of the Example.
Typedef Documentation
All the objects composing an example (or a counter-example)
An example contains all the objects linked as part of this example. It can store either example or counter-example (only the use we make of it differs between counter-example and examples)
Function Documentation
| void freeExample | ( | Example * | exp, |
| int | freeItself | ||
| ) |



1.8.11