mrf.h File Reference
Go to the source code of this file.
Detailed Description
Definition in file mrf.h.
Function Documentation
void mrf_addNewColumnType |
( |
char * |
columnName |
) |
|
Add a new column type.
- Parameters:
-
[in] | columnName | Name of the new column |
Definition at line 123 of file mrf.c.
void mrf_init |
( |
char * |
fileName |
) |
|
Initialize the module module from a file.
- Parameters:
-
[in] | fileName | File name, use "-" to denote stdin |
Definition at line 101 of file mrf.c.
void mrf_initFromPipe |
( |
char * |
cmd |
) |
|
Initialize the module from a command.
- Parameters:
-
[in] | cmd | command to be executed |
Definition at line 112 of file mrf.c.
Returns a pointer to next MrfEntry.
- Precondition:
- The module has been initialized using mrf_init().
Definition at line 311 of file mrf.c.
Returns an Array of MrfEntries.
- Precondition:
- The module has been initialized using mrf_init().
- Note:
- The memory belongs to this routine.
Definition at line 323 of file mrf.c.
char* mrf_writeEntry |
( |
MrfEntry * |
currEntry |
) |
|
char* mrf_writeHeader |
( |
void |
|
) |
|
Write the mrf header preceeded by comments, if any.
- Precondition:
- The module has been initialized using mrf_init().
Definition at line 368 of file mrf.c.