#include <stdservice.h>
Inheritance diagram for CommentService:


Public Member Functions | |
| CommentService () | |
| void | enterComment (in LexState commentState=0) |
| void | leaveComment (void) |
| bool | inComment (void) const |
Protected Member Functions | |
| override void | initColorizerState (inout ColorizerState &) |
| override void | doneColorizerState (inout ColorizerState &) |
Private Attributes | |
| State | m_commentNesting |
| LexState | m_returnState |
|
|
Definition at line 12 of file commentservice.cpp. References m_commentNesting, and m_returnState. |
|
|
Reimplemented from StdService. Definition at line 22 of file commentservice.cpp. References CommentBits, StdService::initColorizerState(), m_commentNesting, m_returnState, override, and StateBits. |
Here is the call graph for this function:

|
|
Reimplemented from StdService. Definition at line 30 of file commentservice.cpp. References CommentBits, StdService::doneColorizerState(), StdService::lexicalError(), m_commentNesting, m_returnState, override, and StateBits. |
Here is the call graph for this function:

|
|
Definition at line 46 of file commentservice.cpp. References ASSERT, StdService::getLexState(), StdService::lexicalError(), LexState, m_commentNesting, m_returnState, MaxCommentNesting, and StdService::setLexState(). |
Here is the call graph for this function:

|
|
Definition at line 62 of file commentservice.cpp. References m_commentNesting, m_returnState, and StdService::setLexState(). |
Here is the call graph for this function:

|
|
Definition at line 74 of file commentservice.cpp. References m_commentNesting. |
|
|
Definition at line 376 of file stdservice.h. Referenced by CommentService(), doneColorizerState(), enterComment(), inComment(), initColorizerState(), and leaveComment(). |
|
|
Definition at line 377 of file stdservice.h. Referenced by CommentService(), doneColorizerState(), enterComment(), initColorizerState(), and leaveComment(). |
1.3.6