eĿlipsis
a language independent preprocessor
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
ellipsis-directive-if_case.h File Reference
#include <ctype.h>
#include <stddef.h>
Include dependency graph for ellipsis-directive-if_case.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned ellipsis‿if_case‿base
 
typedef enum ellipsis‿if_case ellipsis‿if_case
 

Enumerations

enum  : size_t { ellipsis‿if_case‿max_intern = 4 }
 
enum  ellipsis‿if_case : ellipsis‿if_case‿base { ellipsis‿if_case‿open = 1 , ellipsis‿if_case‿maybe = 2 , ellipsis‿if_case‿else = 4 , ellipsis‿if_case‿endif = 8 }
 An enumeration type ellipsis‿if_case with the underlying integer type ellipsis‿if_case‿base. More...
 

Functions

char const * ellipsis‿if_case‿getname (size_t __LOC_ID_0_1)
 Return the name of the enumeration constant of type ellipsis‿if_case at position n, if any.
 

Variables

char const *const *const ellipsis‿if_case‿names
 An array with the names of the constants of type ellipsis‿if_case.
 
static char const *const ellipsis‿if_case‿namesbuf_intern [ellipsis‿if_case‿max_intern]
 

Detailed Description

Warning
This is a file generated by eĿlipsis version 20250309, do not modify

An auxiliary enumeration type that handles the progress of #if directives.

Warning
This is a file generated by eĿlipsis version 20250309, do not modify

Typedef Documentation

◆ ellipsis‿if_case‿base

typedef unsigned ellipsis‿if_case‿base

◆ ellipsis‿if_case

Enumeration Type Documentation

◆ anonymous enum

anonymous enum : size_t
Enumerator
ellipsis‿if_case‿max_intern 

◆ ellipsis‿if_case

An enumeration type ellipsis‿if_case with the underlying integer type ellipsis‿if_case‿base.

Enumerator
ellipsis‿if_case‿open 

if following tokens are written to the out list

ellipsis‿if_case‿maybe 

if maybe one of the following constructs may still write output

ellipsis‿if_case‿else 

if an #elif or #else directive may be expected

ellipsis‿if_case‿endif 

if an #endif directive may be expected

Function Documentation

◆ ellipsis‿if_case‿getname()

char const * ellipsis‿if_case‿getname ( size_t  __LOC_ID_0_1)
inline

Return the name of the enumeration constant of type ellipsis‿if_case at position n, if any.

Beware that this is not necessarily the value of the enumeration constant.

See also
ellipsis‿if_case

References ellipsis‿if_case‿max_intern, and ellipsis‿if_case‿names.

Referenced by ellipsis‿if_case‿_Once‿init‿user().

Here is the caller graph for this function:

Variable Documentation

◆ ellipsis‿if_case‿names

char const* const* const ellipsis‿if_case‿names
extern

An array with the names of the constants of type ellipsis‿if_case.

Referenced by ellipsis‿if_case‿getname().

◆ ellipsis‿if_case‿namesbuf_intern

char const* const ellipsis‿if_case‿namesbuf_intern[ellipsis‿if_case‿max_intern]
static
Initial value:
= {
"ellipsis∷if_case∷open" ,
"ellipsis∷if_case∷maybe" ,
"ellipsis∷if_case∷else" ,
"ellipsis∷if_case∷endif"
}