FLAMCLE/P-API
Command Line Executor/Parser Application Programming Interface
CLP Close Method

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...
 

Detailed Description

Method used to close the CLP (see vdClpClose()).

Macro Definition Documentation

◆ CLPCLS_MTD_ALL

#define CLPCLS_MTD_ALL   1

Complete close, free anything including the dynamic allocated buffers in the CLP structure.

◆ CLPCLS_MTD_KEP

#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.

◆ CLPCLS_MTD_EXC

#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.