Kyopro Library
 
読み取り中…
検索中…
一致する文字列を見つけられません
Trie 構造体

#include "trie.hpp"

クラス

struct  Node
 

公開メンバ関数

 Trie (int len)
 
void insert (const string &s)
 
int count (const string &s)
 
void erase (const string &s)
 

詳解

trie.hpp1 行目に定義があります。

構築子と解体子

◆ Trie()

Trie::Trie ( int len)
inline

trie.hpp8 行目に定義があります。

関数詳解

◆ insert()

void Trie::insert ( const string & s)
inline

trie.hpp14 行目に定義があります。

◆ count()

int Trie::count ( const string & s)
inline

trie.hpp29 行目に定義があります。

◆ erase()

void Trie::erase ( const string & s)
inline

trie.hpp39 行目に定義があります。


この構造体詳解は次のファイルから抽出されました: