?? dfirst_cursor.tex
字號:
\verb+state_type+ & depth-first cursor & The type of the stateshandles of the underlying DFA. \\ \hline\verb+char_type+ & depth-first cursor & The type of the transitionsletters. \\ \hline \verb+tag_type+ & depth-first cursor & The type of the tags associated tostates. \\ \hline \verb+dfirst_cursor()+ & depth-first cursor & Construct a cursor with anempty stack useful as end-of-range iterator. \\ \hline\verb+dfirst_cursor(+ \verb+ const dfirst_cursor &c)+ & depth-first cursor &Copy constructor. \\ \hline \verb+state_type src() const+ & depth-first cursor & Return the statehandle the cursor is pointing to. \\ \hline\verb+bool src_final() const+ & depth-first cursor & Return\verb+true+ if the pointed state is final. \\ \hline\verb+char_type letter() const+ & depth-first cursor & Return theletter on the pointed transition. \\ \hline\verb+bool aim() const+ & depth-first cursor & Return the handle ofthe aim state the cursor is pointing to. \\ \hline\verb+bool aim_final() const+ & depth-first cursor & Return\verb+true+ if the aim state is final. \\ \hline\verb+bool operator==(+ \verb+ const dfirst_cursor &c) const+ & depth-first cursor & Return\verb+true+ iff both stacks are equal. \\ \hline\verb+bool forward()+ & depth-first cursor & Increment the cursormaking it point to the next transition in the sequence. Return\verb+true+ if the transition reached has been pushed onto thestack. \\ \hline \verb+Tag src_tag() const+ & depth-first cursor & Return the tagassociated to the source state. \\ \hline\verb+Tag aim_tag() const+ & depth-first cursor & Return the tagassociated to the aim state. \\ \hline
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -