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

Go to the source code of this file.

Enumerations

enum  directive_type_t {
  HASH_UNKNOWN, HASH_IF, HASH_IFDEF, HASH_IFNDEF,
  HASH_ELSE, HASH_ELIF, HASH_ENDIF, HASH_DEFINE,
  HASH_UNDEF, HASH_INCLUDE, HASH_PRAGMA, HASH_ERROR,
  HASH_COUNT
}

Functions

void directive_tally (canonical_string_const_h cl, directive_type_t directive_type)
directive_type_t get_directive_type (char const **keyword)
char const * get_directive_keyword (directive_type_t directive_type)
 IMPORT_INITOR (directives_tally)

Detailed Description

This file provides the Directive Tally component interface

Definition in file directives_tally.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines