Function

TemplateScopenew

Declaration

TmplScope*
tmpl_scope_new (
  void
)

Description

Creates a new scope to contain variables and custom expressions,.

Return value

Type: TmplScope

A newly created TmplScope.

The caller of the function takes ownership of the data, and is responsible for freeing it.