LibreOffice Module idl (master) 1
Classes | Enumerations
lex.hxx File Reference
#include <sal/types.h>
#include "hash.hxx"
#include <tools/stream.hxx>
#include <vector>
#include <memory>
Include dependency graph for lex.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SvToken
 
class  SvTokenStream
 

Enumerations

enum class  SVTOKENTYPE {
  Empty ,
  Comment ,
  Integer ,
  String ,
  Bool ,
  Identifier ,
  Char ,
  EndOfFile ,
  HashId
}
 

Enumeration Type Documentation

◆ SVTOKENTYPE

enum class SVTOKENTYPE
strong
Enumerator
Empty 
Comment 
Integer 
String 
Bool 
Identifier 
Char 
EndOfFile 
HashId 

Definition at line 29 of file lex.hxx.