Delete any LexerManager instance...
| 133 | |
| 134 | /// Delete any LexerManager instance... |
| 135 | void LexerManager::DeleteInstance() { |
| 136 | delete theInstance; |
| 137 | theInstance = NULL; |
| 138 | } |
| 139 | |
| 140 | /// protected constructor - this is a singleton... |
| 141 | LexerManager::LexerManager() { |
nothing calls this directly
no outgoing calls
no test coverage detected