out-enum.h File Reference
Containins the definition of the OutEnum. More...
#include "vector.h"
Include dependency graph for out-enum.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | OutEnum |
Contains multiple enumeration items When combining multiple Object, each enumeration item is to be stored, this structure does that. More... | |
Typedefs | |
typedef struct OutEnum | OutEnum |
Contains multiple enumeration items When combining multiple Object, each enumeration item is to be stored, this structure does that. | |
Functions | |
void | initOutEnum (OutEnum *oenu) |
Initilialize the OutputEnum. More... | |
void | freeOutEnum (OutEnum *oenu, int freeItself) |
Free the OutEnum previously initialized by initEnum. More... | |
int | isOutEnumIncludeInAnother (OutEnum oenu1, OutEnum oenu2) |
Is oenu1 include in oenu2? More... | |
Detailed Description
Containins the definition of the OutEnum.
Function Documentation
void freeOutEnum | ( | OutEnum * | oenu, |
int | freeItself | ||
) |
void initOutEnum | ( | OutEnum * | oenu | ) |
Initilialize the OutputEnum.
- Parameters
-
oenu A pointer to the OutputEnum to init
Here is the caller graph for this function: