coan 4.2.4
#include "symbol.h"
Include dependency graph for hash_include.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define hash_include_dispose   symbol_dispose
#define hash_include_copy   symbol_copy
#define hash_include_swap   symbol_swap
#define hash_include_assign   symbol_assign
#define hash_include_definition   symbol_definition
#define hash_include_undefine   symbol_undefine
#define hash_include_str(inc_arg)   symbol_name(inc_arg)
#define hash_include_seen   symbol_seen
#define hash_include_memorise   symbol_memorise
#define hash_include_forget   symbol_forget

Typedefs

typedef symbol_h hash_include_h
typedef symbol_const_h hash_include_const_h

Functions

hash_include_h hash_include_new (char const *arg, size_t arglen)
void hash_include_define (hash_include_h hi, canonical_string_const_h def)
int hash_include_compare (hash_include_const_h lhs, void const *rhs, size_t namelen)
char const * hash_include_parse (char const *cp, char const **pdiagnostic, canonical_string_h *presolved_val)
bool hash_include_changed (hash_include_const_h inc_arg)
void hash_include_commit_evaluation (hash_include_h inc_arg)
bool hash_include_valid (hash_include_const_h inc_arg)

Detailed Description

This file provides the Include-Argument component interface

Definition in file hash_include.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines