libguess-d ~master (2019-10-18T20:53:16Z)
Home
Dub
Repo
guess_dfa
libguess_d
dfa
package
struct
guess_dfa {
import
libguess_d
.
encoding
;
;
double
score
;
this
(byte[][256]* st, .guess_arc[]* ar, libguess_d.encoding.libguess_encoding name);
bool
is_alive
();
bool
is_alone
(S order);
void
next
(ubyte ch);
}
Constructors
this
this
(byte[][256]* st, .guess_arc[]* ar, libguess_d.encoding.libguess_encoding name)
init data
Members
Functions
is_alive
bool
is_alive
()
check whether this.state is available
is_alone
bool
is_alone
(S order)
next
void
next
(ubyte ch)
Variables
score
double
score
;
Meta
Source
See Implementation
libguess_d
dfa
functions
check_UTF16_BOM
dfa_none
dfa_process
dfa_top
structs
guess_arc
guess_dfa