out-object.h File Reference
Contains the definition of the OutObject. More...
#include "out-attribute.h"
Include dependency graph for out-object.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | OutObject |
Contains all the attributes and relations that compose an OutObject. More... | |
Typedefs | |
typedef struct OutObject | OutObject |
Contains all the attributes and relations that compose an OutObject. | |
Functions | |
void | initOutObject (OutObject *oo) |
Init the outobject. More... | |
void | freeOutObject (OutObject *oo, int freeItself) |
Free the OutObject previously initialized by initOutObject. More... | |
int | haveSameRelations (OutObject *oo1, OutObject *oo2) |
Test if two OutObject have the same relations. More... | |
int | haveDisabledRelations (OutObject *oo) |
Check if one of the relations of oo is disabled, recursively. More... | |
Detailed Description
Contains the definition of the OutObject.
Function Documentation
void freeOutObject | ( | OutObject * | oo, |
int | freeItself | ||
) |
int haveDisabledRelations | ( | OutObject * | oo | ) |
Check if one of the relations of oo is disabled, recursively.
- Parameters
-
oo The OutObject to check
- Returns
- Returns 1 if a relation is disabled, 0 otherwise
Here is the caller graph for this function:
void initOutObject | ( | OutObject * | oo | ) |
Init the outobject.
- Parameters
-
oo A pointer to the outobject to init
Here is the caller graph for this function: