php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
base.h File Reference
#include "lexbor/core/base.h"

Go to the source code of this file.

Macros

#define LXB_HTML_VERSION_MAJOR   2
 
#define LXB_HTML_VERSION_MINOR   5
 
#define LXB_HTML_VERSION_PATCH   0
 
#define LXB_HTML_VERSION_STRING
 

Typedefs

typedef struct lxb_html_tokenizer lxb_html_tokenizer_t
 
typedef unsigned int lxb_html_tokenizer_opt_t
 
typedef struct lxb_html_tree lxb_html_tree_t
 

Enumerations

enum  lxb_html_status_t { LXB_HTML_STATUS_OK = 0x0000 }
 

Macro Definition Documentation

◆ LXB_HTML_VERSION_MAJOR

#define LXB_HTML_VERSION_MAJOR   2

Definition at line 17 of file base.h.

◆ LXB_HTML_VERSION_MINOR

#define LXB_HTML_VERSION_MINOR   5

Definition at line 18 of file base.h.

◆ LXB_HTML_VERSION_PATCH

#define LXB_HTML_VERSION_PATCH   0

Definition at line 19 of file base.h.

◆ LXB_HTML_VERSION_STRING

#define LXB_HTML_VERSION_STRING
Value:
LEXBOR_STRINGIZE(LXB_HTML_VERSION_MINOR) "." \
LEXBOR_STRINGIZE(LXB_HTML_VERSION_PATCH)
#define LEXBOR_STRINGIZE(x)
Definition def.h:11
#define LXB_HTML_VERSION_MAJOR
Definition base.h:17
#define LXB_HTML_VERSION_MINOR
Definition base.h:18
#define LXB_HTML_VERSION_PATCH
Definition base.h:19

Definition at line 21 of file base.h.

Typedef Documentation

◆ lxb_html_tokenizer_opt_t

typedef unsigned int lxb_html_tokenizer_opt_t

Definition at line 27 of file base.h.

◆ lxb_html_tokenizer_t

Definition at line 26 of file base.h.

◆ lxb_html_tree_t

Definition at line 28 of file base.h.

Enumeration Type Documentation

◆ lxb_html_status_t

Enumerator
LXB_HTML_STATUS_OK 

Definition at line 33 of file base.h.