Browse
 
Tools
Rss Categories

LV_SRE_IsGlobalGrammarLoaded (Removed)

Reference Number: AA-01507 Views: 3374 0 Rating/ Voters

Function

  • int LV_SRE_IsGlobalGrammarLoaded(const char* gram_name);

Parameters

gram_name

The identifier for the grammar being queried. This is the same identifier you gave the grammar when you loaded it.

Return Values

1 if a grammar was found with the label gram_name in the space of application-level grammars; 0 otherwise.

Remarks

Note: This function only tells you if a grammar with the name gram_name is loaded. It does not tell you if there are two identical grammar bodies loaded.

See Also