2 * SPDX-License-Identifier: MIT
4 * Copyright (c) 2015-2018 Philippe Proulx <pproulx@efficios.com>
7 #ifndef BABELTRACE_VALUES_INTERNAL_H
8 #define BABELTRACE_VALUES_INTERNAL_H
11 #include <babeltrace2/babeltrace.h>
13 #include "lib/object.h"
14 #include "common/macros.h"
17 struct bt_object base
;
18 enum bt_value_type type
;
22 struct bt_value_bool
{
27 struct bt_value_integer
{
35 struct bt_value_real
{
40 struct bt_value_string
{
45 struct bt_value_array
{
56 void _bt_value_freeze(const struct bt_value
*object
);
59 # define bt_value_freeze _bt_value_freeze
61 # define bt_value_freeze(_value)
62 #endif /* BT_DEV_MODE */
64 #endif /* BABELTRACE_VALUES_INTERNAL_H */
This page took 0.031206 seconds and 4 git commands to generate.