wlmaker
Loading...
Searching...
No Matches
src
clip.h
Go to the documentation of this file.
1
/* ========================================================================= */
26
#ifndef __CLIP_H__
27
#define __CLIP_H__
28
30
typedef
struct
_wlmaker_clip_t
wlmaker_clip_t
;
31
32
#include "
config.h
"
33
#include "
server.h
"
34
35
#ifdef __cplusplus
36
extern
"C"
{
37
#endif
// __cplusplus
38
48
wlmaker_clip_t
*
wlmaker_clip_create
(
49
wlmaker_server_t
*
server_ptr
,
50
wlmcfg_dict_t
*state_dict_ptr,
51
const
wlmaker_config_style_t
*style_ptr);
52
58
void
wlmaker_clip_destroy
(
wlmaker_clip_t
*clip_ptr);
59
61
extern
const
bs_test_case_t
wlmaker_clip_test_cases
[];
62
63
#ifdef __cplusplus
64
}
// extern "C"
65
#endif
// __cplusplus
66
67
#endif
/* __CLIP_H__ */
68
/* == End of clip.h ======================================================== */
wlmaker_clip_create
wlmaker_clip_t * wlmaker_clip_create(wlmaker_server_t *server_ptr, wlmcfg_dict_t *state_dict_ptr, const wlmaker_config_style_t *style_ptr)
Definition
clip.c:144
wlmaker_clip_test_cases
const bs_test_case_t wlmaker_clip_test_cases[]
Definition
clip.c:739
wlmaker_clip_destroy
void wlmaker_clip_destroy(wlmaker_clip_t *clip_ptr)
Definition
clip.c:254
config.h
server.h
_wlmaker_clip_t
Definition
clip.c:30
_wlmaker_clip_t::server_ptr
wlmaker_server_t * server_ptr
Definition
clip.c:37
_wlmaker_server_t
Definition
server.h:89
_wlmcfg_dict_t
Definition
model.c:46
wlmaker_config_style_t
Definition
config.h:73
Generated by
1.10.0