![]() |
libyang
4.0.2
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
Built-in enumeration type plugin. More...
#include "plugins_types.h"
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include "libyang.h"
#include "compat.h"
#include "ly_common.h"
#include "plugins_internal.h"
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE /* strdup */ |
#define | ENUM_FIXED_SIZE_BITS(type) |
Variables | |
struct lyplg_type_record | plugins_enumeration [] |
Plugin information for enumeration type implementation. More... | |
Built-in enumeration type plugin.
This source code is licensed under BSD 3-Clause License (the "License"). You may not use this file except in compliance with the License. You may obtain a copy of the License at
https://opensource.org/licenses/BSD-3-Clause
Definition in file enumeration.c.
#define _GNU_SOURCE /* strdup */ |
Definition at line 16 of file enumeration.c.
#define ENUM_FIXED_SIZE_BITS | ( | type | ) |
Definition at line 40 of file enumeration.c.
struct lyplg_type_record plugins_enumeration[] |
Plugin information for enumeration type implementation.
Note that external plugins are supposed to use:
LYPLG_TYPES = {
Definition at line 223 of file enumeration.c.