#include "rwr.h"
Go to the source code of this file.
Functions | |
| void | Rwr_ManWriteToArray (Rwr_Man_t *p) |
| FUNCTION DEFINITIONS ///. | |
| void | Rwr_ManLoadFromArray (Rwr_Man_t *p, int fVerbose) |
| void | Rwr_ManWriteToFile (Rwr_Man_t *p, char *pFileName) |
| void | Rwr_ManLoadFromFile (Rwr_Man_t *p, char *pFileName) |
| void | Rwr_ListAddToTail (Rwr_Node_t **ppList, Rwr_Node_t *pNode) |
| char * | Rwr_ManGetPractical (Rwr_Man_t *p) |
| void Rwr_ListAddToTail | ( | Rwr_Node_t ** | ppList, |
| Rwr_Node_t * | pNode ) |
Function*************************************************************
Synopsis [Adds the node to the end of the list.]
Description []
SideEffects []
SeeAlso []
Definition at line 619 of file rwrUtil.c.

| char * Rwr_ManGetPractical | ( | Rwr_Man_t * | p | ) |
Function*************************************************************
Synopsis [Create practical classes.]
Description []
SideEffects []
SeeAlso []
Definition at line 640 of file rwrUtil.c.


| void Rwr_ManLoadFromArray | ( | Rwr_Man_t * | p, |
| int | fVerbose ) |
Function*************************************************************
Synopsis [Loads data.]
Description []
SideEffects []
SeeAlso []
Definition at line 472 of file rwrUtil.c.


| void Rwr_ManLoadFromFile | ( | Rwr_Man_t * | p, |
| char * | pFileName ) |
Function*************************************************************
Synopsis [Loads data.]
Description []
SideEffects []
SeeAlso []
Definition at line 562 of file rwrUtil.c.

| void Rwr_ManWriteToArray | ( | Rwr_Man_t * | p | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Writes data.]
Description []
SideEffects []
SeeAlso []
Definition at line 426 of file rwrUtil.c.


| void Rwr_ManWriteToFile | ( | Rwr_Man_t * | p, |
| char * | pFileName ) |
Function*************************************************************
Synopsis [Writes.]
Description []
SideEffects []
SeeAlso []
Definition at line 524 of file rwrUtil.c.