hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Types | Static Public Member Functions | List of all members
hobbes::pagetype Struct Reference
Collaboration diagram for hobbes::pagetype:
Collaboration graph

Public Types

enum  code { null = 0, toc = 1, environment = 2, data = 3 }
 

Static Public Member Functions

static uint8_t encode (code x)
 
static code decode (uint8_t x)
 

Member Enumeration Documentation

◆ code

Enumerator
null 
toc 
environment 
data 

Member Function Documentation

◆ decode()

static code hobbes::pagetype::decode ( uint8_t  x)
inlinestatic

◆ encode()

static uint8_t hobbes::pagetype::encode ( code  x)
inlinestatic

The documentation for this struct was generated from the following file: