das2C
das core C utilities (v3)
Loading...
Searching...
No Matches
var_priv.h File Reference

INTERNAL header, subject to change without notice. More...

#include <das3/form.h>
#include <das3/variable.h>
Include dependency graph for var_priv.h:

Go to the source code of this file.

Detailed Description

INTERNAL header, subject to change without notice.

Nothing here is API. These declarations exist because the pieces of the variable layer are split across translation units, not because anything outside das2C should call them. das3/core.h does not include this file and will not, so it is not like form_point.h and the rest of the formalism headers, which are a supported opt-in.

Anything in here may be renamed, resignatured or deleted between releases without a deprecation cycle. Build against it and you are on your own.

The application-facing half of a binary variable – DasVarBin, new_DasVarBin() and DasVar_materialize() – is in variable.h, where it stays.