Webserv
Loading...
Searching...
No Matches
Data Structures | Typedefs | Enumerations
Token.hpp File Reference
#include "webserv.hpp"
Include dependency graph for Token.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Token_s
 
class  Tokenizer
 

Typedefs

typedef struct Token_s Token
 

Enumerations

enum  TOKEN {
  CURLY_OPEN , CURLY_CLOSE , COLON , STRING ,
  NUMBER , ARRAY_OPEN , ARRAY_CLOSE , COMMA ,
  BOOLEAN , NULL_TYPE
}
 

Typedef Documentation

◆ Token

typedef struct Token_s Token

Enumeration Type Documentation

◆ TOKEN

enum TOKEN
Enumerator
CURLY_OPEN 
CURLY_CLOSE 
COLON 
STRING 
NUMBER 
ARRAY_OPEN 
ARRAY_CLOSE 
COMMA 
BOOLEAN 
NULL_TYPE 

Definition at line 4 of file Token.hpp.