Cthulhu  0.2.10
Cthulhu compiler collection
query_scan.h File Reference
#include "scan/node.h"
#include <gmp.h>
Include dependency graph for query_scan.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  query_scan_t
 

Macros

#define QUERYLTYPE   where_t
 

Functions

query_scan_tquery_scan_context (scan_t *scan)
 
void query_parse_integer (mpz_t integer, scan_t *scan, where_t where, const char *text, int base)
 
void query_parse_string (text_t *string, scan_t *scan, where_t where, const char *text, size_t length)
 

Macro Definition Documentation

◆ QUERYLTYPE

#define QUERYLTYPE   where_t

Definition at line 8 of file query_scan.h.

Function Documentation

◆ query_parse_integer()

void query_parse_integer ( mpz_t  integer,
scan_t scan,
where_t  where,
const char *  text,
int  base 
)

Definition at line 13 of file query_scan.c.

◆ query_parse_string()

void query_parse_string ( text_t string,
scan_t scan,
where_t  where,
const char *  text,
size_t  length 
)

Definition at line 24 of file query_scan.c.

◆ query_scan_context()

query_scan_t* query_scan_context ( scan_t scan)

Definition at line 8 of file query_scan.c.