|
Functions |
| void | deleteMosPAF (MosPAF *paf) |
| | Destroy a PAF object.
|
| MosPAF * | newMosPAF (const char *name, const char *type, const char *id, const char *desc) |
| | Create a new PAF object.
|
| int | mosPAFIsEmpty (const MosPAF *paf) |
| | Check whether a PAF object is empty.
|
| size_t | mosPAFGetSize (const MosPAF *paf) |
| | Get the actual size of the given PAF object.
|
| int | mosPAFIsValidName (const char *name) |
| | Verify that the given string is a valid PAF keyword.
|
| int | mosPAFAppendBool (MosPAF *paf, const char *name, int value, const char *comment) |
| | Append a boolean value to a PAF object.
|
| int | mosPAFAppendInt (MosPAF *paf, const char *name, int value, const char *comment) |
| | Append a integer value to a PAF object.
|
| int | mosPAFAppendDouble (MosPAF *paf, const char *name, double value, const char *comment) |
| | Append a double value to a PAF object.
|
| int | mosPAFAppendString (MosPAF *paf, const char *name, const char *value, const char *comment) |
| | Append a string value to a PAF object.
|
| int | mosPAFWrite (MosPAF *paf) |
| | Write a PAF object to a disk file.
|