cctools
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
dttools
src
jx_function.h
1
/*
2
Copyright (C) 2016- The University of Notre Dame
3
This software is distributed under the GNU General Public License.
4
See the file COPYING for details.
5
*/
6
7
#ifndef JX_FUNCTION_H
8
#define JX_FUNCTION_H
9
10
#include "
jx.h
"
11
12
struct
jx
*jx_function_range(
struct
jx
*args);
13
struct
jx
*jx_function_format(
struct
jx
*args);
14
struct
jx
*jx_function_join(
struct
jx
*args);
15
struct
jx
*jx_function_ceil(
struct
jx
*args);
16
struct
jx
*jx_function_floor(
struct
jx
*args);
17
struct
jx
*jx_function_basename(
struct
jx
*args);
18
struct
jx
*jx_function_dirname(
struct
jx
*args);
19
struct
jx
*jx_function_listdir(
struct
jx
*args);
20
struct
jx
*jx_function_escape(
struct
jx
*args);
21
22
#endif
jx.h
JSON Expressions (JX) library.
jx
JX value representing any expression type.
Definition:
jx.h:135
Generated by
1.8.5