Function
TemplateExprnew_flow
Declaration
TmplExpr*
tmpl_expr_new_flow (
TmplExprType type,
TmplExpr* condition,
TmplExpr* primary,
TmplExpr* secondary
)
Parameters
type-
Type:
TmplExprTypeNo description available.
condition-
Type:
TmplExprNo description available.
The data is owned by the caller of the function. primary-
Type:
TmplExprNo description available.
The data is owned by the caller of the function. secondary-
Type:
TmplExprNo description available.
The data is owned by the caller of the function.
Return value
Type: TmplExpr
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |