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

Go to the source code of this file.

Typedefs

typedef unsigned char ellipsis‿token‿what‿base
 
typedef enum ellipsis‿token‿what ellipsis‿token‿what
 

Enumerations

enum  : size_t { ellipsis‿token‿what‿max_intern = 3 }
 
enum  ellipsis‿token‿what : ellipsis‿token‿what‿base { ellipsis‿token‿what‿else , ellipsis‿token‿what‿callback , ellipsis‿token‿what‿binary }
 An enumeration type ellipsis‿token‿what with the underlying integer type ellipsis‿token‿what‿base. More...
 

Functions

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

Variables

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

Detailed Description

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

An auxiliary enumeration type that distinguishes tokens that have binary data or link to a callback.

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

Typedef Documentation

◆ ellipsis‿token‿what‿base

typedef unsigned char ellipsis‿token‿what‿base

◆ ellipsis‿token‿what

Enumeration Type Documentation

◆ anonymous enum

anonymous enum : size_t
Enumerator
ellipsis‿token‿what‿max_intern 

◆ ellipsis‿token‿what

An enumeration type ellipsis‿token‿what with the underlying integer type ellipsis‿token‿what‿base.

Enumerator
ellipsis‿token‿what‿else 
ellipsis‿token‿what‿callback 
ellipsis‿token‿what‿binary 

Function Documentation

◆ ellipsis‿token‿what‿getname()

char const * ellipsis‿token‿what‿getname ( size_t  __LOC_ID_0_1)
inline

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

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

See also
ellipsis‿token‿what

References ellipsis‿token‿what‿max_intern, and ellipsis‿token‿what‿names.

Referenced by ellipsis‿token‿what‿_Once‿init‿user().

Here is the caller graph for this function:

Variable Documentation

◆ ellipsis‿token‿what‿names

char const* const* const ellipsis‿token‿what‿names
extern

An array with the names of the constants of type ellipsis‿token‿what.

Referenced by ellipsis‿token‿what‿getname().

◆ ellipsis‿token‿what‿namesbuf_intern

char const* const ellipsis‿token‿what‿namesbuf_intern[ellipsis‿token‿what‿max_intern]
static
Initial value:
= {
"ellipsis∷token∷what∷else",
"ellipsis∷token∷what∷callback",
"ellipsis∷token∷what∷binary"
}