Packages
camel-1.2
Camel
Trie
add
search
Trie
Object Hierarchy:
Camel.Trie
Camel.Trie
Camel.Trie
Description:
[
CCode
( has_type_id =
false
) ]
[
Compact
]
[
Version
( since =
"2.24"
) ]
public
class
Trie
A trie data structure.
Namespace:
Camel
Package:
camel-1.2
Content:
Methods:
public
void
add
(
string
pattern,
int
pattern_id)
Add a new pattern to the
Trie
this
.
public
unowned
string
?
search
(
char
[] buffer,
out
int
matched_id)
Try to match the string
buffer
with a pattern in
this
.