|
libRoadRunner C API
1.0.0
|
Routines that should be used to free various data structures generated during the course of using the library. More...
Functions | |
| bool | freeRRCData (RRCDataPtr handle) |
| Free the memory associated to a RRCData object. | |
| bool | freeText (char *text) |
| Free char* generated by library routines. | |
| bool | freeStringArray (RRStringArrayPtr sl) |
| Free RRStringListHandle structures. More... | |
| bool | freeVector (RRVectorPtr vector) |
| Free RRVectorHandle structures. | |
| bool | freeMatrix (RRDoubleMatrixPtr matrix) |
| Free RRDoubleMatrixPtr structures. | |
Routines that should be used to free various data structures generated during the course of using the library.
| bool freeStringArray | ( | RRStringArrayPtr | sl | ) |
Free RRStringListHandle structures.
Free RRStringArrayPtr structures
1.8.5