cmEngine  0.1.1
A library for interpreting CMake code.
Data Fields
cmBuiltinFunction Struct Reference

Data Fields

const char * name
 
int(* init )(struct cmHost *host, struct cmFunction *function)
 

Detailed Description

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.

Field Documentation

§ init

int(* cmBuiltinFunction::init) (struct cmHost *host, struct cmFunction *function)

Initializes the function.

§ name

const char* cmBuiltinFunction::name

The name of the function.


The documentation for this struct was generated from the following file: