|
coan 4.2.4
|
#include "canonical_string.h"

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) | |
This file provides the Directive Tally component interface
Definition in file directives_tally.h.