Generated token.  
 More...
◆ gen_lex_token_string() [1/2]
  
  
      
        
          | gen_lex_token_string::gen_lex_token_string  | 
          ( | 
          const char *  | 
          token_string,  | 
         
        
           | 
           | 
          int  | 
          token_length,  | 
         
        
           | 
           | 
          bool  | 
          append_space,  | 
         
        
           | 
           | 
          bool  | 
          start_expr  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ gen_lex_token_string() [2/2]
  
  
      
        
          | gen_lex_token_string::gen_lex_token_string  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ m_append_space
      
        
          | bool gen_lex_token_string::m_append_space | 
        
      
 
If true, output ' ' after this token to a normalized query string. 
See digest_add_token(). 
 
 
◆ m_initialized
      
        
          | bool gen_lex_token_string::m_initialized {false} | 
        
      
 
The structure is uninitialized if false. 
 
 
◆ m_start_expr
      
        
          | bool gen_lex_token_string::m_start_expr | 
        
      
 
 
◆ m_token_length
      
        
          | int gen_lex_token_string::m_token_length | 
        
      
 
Byte length of m_token_string. 
 
 
◆ m_token_string
      
        
          | const char* gen_lex_token_string::m_token_string | 
        
      
 
Real lexeme string or user-specified text to output with a normalized query string. 
 
 
The documentation for this struct was generated from the following file: