1 #ifndef ContainerFileLexer_HPP
 2 #define ContainerFileLexer_HPP
 3 
 4 // this file has been automatically generated from 'D:/work/soulng-project/sngcm/cmlexer/ContainerFileLexer.lexer' using soulng lexer generator slg version 3.0.0
 5 
 6 #include <sngcm/cmlexer/CmajorLexerApi.hpp>
 7 #include <sngcm/cmlexer/TokenValueParsers.hpp>
 8 #include <soulng/lexer/Lexer.hpp>
 9 
10 class ContainerFileLexer public soulng::lexer::Lexer
11 {
12 public:
13     ContainerFileLexer(const std::u32string& content_const std::string& fileName_int fileIndex_);
14     ContainerFileLexer(const char32_t* start_const char32_t* end_const std::string& fileName_int fileIndex_);
15     int NextState(int statechar32_t c) override;
16     std::string filePath;
17 private:
18     int GetTokenId(int statementIndex);
19 };
20 #endif