1GEARMAN_STRING_T(3)                Gearmand                GEARMAN_STRING_T(3)
2
3
4

NAME

6       gearman_string_t - Gearmand Documentation, http://gearman.info/
7

SYNOPSIS

9       #include <libgearman/gearman.h>
10
11       type gearman_string_t
12
13       size_t gearman_size(gearman_string_t)
14
15       const char *gearman_c_str(gearman_string_t)
16
17       Compile and link with -lgearman
18

DESCRIPTION

20       The  gearman_string_t  is  a simple type representing a "string".  Once
21       created gearman_string_t are not mutable once created. They only  point
22       to the strings that define them and require no deallocation.
23

SEE ALSO

25       gearmand(8) libgearman(3)
26

AUTHOR

28       Data Differential http://www.datadifferential.com/
29
31       2011-2014, Data Differential, http://www.datadifferential.com/
32
33
34
35
361.1.20                           Nov 19, 2022              GEARMAN_STRING_T(3)
Impressum