libamxd
6.4.1
Data Model Manager
|
#include <string.h>
#include <stdlib.h>
#include "amxd_priv.h"
#include <amxd/amxd_dm.h>
#include <amxd/amxd_object.h>
#include <amxd/amxd_path.h>
#include <amxd/amxd_dm_functions.h>
#include <amxd/amxd_transaction.h>
#include "amxd_assert.h"
#include "amxd_object_priv.h"
#include "amxd_dm_priv.h"
Go to the source code of this file.
Functions | |
void | amxd_def_funcs_remove_args (amxc_var_t *args) |
amxd_status_t | amxd_object_func_list (amxd_object_t *object, UNUSED amxd_function_t *func, amxc_var_t *args, amxc_var_t *ret) |
amxd_status_t | amxd_object_func_describe (amxd_object_t *object, UNUSED amxd_function_t *func, amxc_var_t *args, amxc_var_t *ret) |
amxd_status_t | amxd_object_func_exec (amxd_object_t *object, UNUSED amxd_function_t *func, amxc_var_t *args, amxc_var_t *ret) |
void amxd_def_funcs_remove_args | ( | amxc_var_t * | args | ) |
Definition at line 71 of file amxd_dm_functions.c.
amxd_status_t amxd_object_func_describe | ( | amxd_object_t * | object, |
UNUSED amxd_function_t * | func, | ||
amxc_var_t * | args, | ||
amxc_var_t * | ret | ||
) |
Definition at line 112 of file amxd_dm_functions.c.
amxd_status_t amxd_object_func_exec | ( | amxd_object_t * | object, |
UNUSED amxd_function_t * | func, | ||
amxc_var_t * | args, | ||
amxc_var_t * | ret | ||
) |
Definition at line 148 of file amxd_dm_functions.c.
amxd_status_t amxd_object_func_list | ( | amxd_object_t * | object, |
UNUSED amxd_function_t * | func, | ||
amxc_var_t * | args, | ||
amxc_var_t * | ret | ||
) |
Definition at line 89 of file amxd_dm_functions.c.