FLAMCLE/P-API
Command Line Executor/Parser Application Programming Interface
|
Method used to close the CLP (see vdClpClose()). More...
Macros | |
#define | CLPCLS_MTD_ALL 1 |
Complete close, free anything including the dynamic allocated buffers in the CLP structure. More... | |
#define | CLPCLS_MTD_KEP 0 |
Free anything except the allocated memory in CLP structure and keep the handle open to close it later with method ALL. More... | |
#define | CLPCLS_MTD_EXC 2 |
Free anything including the handle except the allocated memory in the CLP structure, the application must free the dynamic allocated buffers in the CLP structure it self. More... | |
Method used to close the CLP (see vdClpClose()).
#define CLPCLS_MTD_ALL 1 |
Complete close, free anything including the dynamic allocated buffers in the CLP structure.
#define CLPCLS_MTD_KEP 0 |
Free anything except the allocated memory in CLP structure and keep the handle open to close it later with method ALL.
#define CLPCLS_MTD_EXC 2 |
Free anything including the handle except the allocated memory in the CLP structure, the application must free the dynamic allocated buffers in the CLP structure it self.