|
cmEngine
0.1.1
A library for interpreting CMake code.
|
Data Fields | |
| const char * | name |
| int(* | init )(struct cmHost *host, struct cmFunction *function) |
This structure is used to contain a builtin function. It makes up an entry of the table that contains all builtin in functions, defined below.
| int(* cmBuiltinFunction::init) (struct cmHost *host, struct cmFunction *function) |
Initializes the function.
| const char* cmBuiltinFunction::name |
The name of the function.
1.8.12