Keywords Class

Definition

Line 5 of scm2html/LexerFileKeywords.cm

Constructors & Destructor

static Keywords()
private Keywords()

Member Functions

public KeywordMap* GetKeywordMap()
public static Keywords& Instance()

Member Variables

private static UniquePtr<Keywords> instance
private List<Keyword> keywordList
private UniquePtr<KeywordMap> keywordMap

Constructor& Destructor Details

Keywords Static Constructor

static Keywords()

Definition
Line 7 of scm2html/LexerFileKeywords.cm


Keywords Constructor

private Keywords()

Definition
Line 19 of scm2html/LexerFileKeywords.cm


Member Function Details

GetKeywordMap Member Function

public KeywordMap* GetKeywordMap()

Definition
Line 15 of scm2html/LexerFileKeywords.cm


Instance Static Member Function

public static Keywords& Instance()

Definition
Line 11 of scm2html/LexerFileKeywords.cm