⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dfirst_cursor.tex

📁 一个类似STL的自动机的源代码库
💻 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 + -