test-string-trie.cxx File Reference
#include "Trie.hxx"
#include <string>
Include dependency graph for test-string-trie.cxx:

Go to the source code of this file.
Functions | |
char | blank (const string &str) |
char | first (const string &str) |
void | strip (string &str) |
bool | empty (const string &str) |
int | length (const string &str) |
void | add_prefix (string &str, const char &prefix) |
int | main () |
Function Documentation
|
Definition at line 37 of file test-string-trie.cxx. |
|
Definition at line 17 of file test-string-trie.cxx. |
|
Definition at line 29 of file test-string-trie.cxx. Referenced by PartWidget::slotFilterChange(), and KDevFileSelector::slotFilterChange(). |
|
|
|
Definition at line 43 of file test-string-trie.cxx. |
|
Definition at line 25 of file test-string-trie.cxx. |