Constructor

GandivaUInt64LiteralNodenew

since: 0.12.0

Declaration [src]

GGandivaUInt64LiteralNode*
ggandiva_uint64_literal_node_new (
  guint64 value
)

Description

No description available.

Available since: 0.12.0

Parameters

value

Type: guint64

The value of the 64-bit unsigned integer literal.

Return value

Type: GGandivaUInt64LiteralNode

A newly created GGandivaUInt64LiteralNode.

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