nlib
|
Implements Trie using LOUDS. More...
#include <string.h>
#include "nn/nlib/UniquePtr.h"
#include "nn/nlib/succinct/Louds.h"
#include "nn/nlib/succinct/Sbv.h"
Go to the source code of this file.
Classes | |
class | nn::nlib::succinct::Trie |
Implements Trie using LOUDS. More... | |
class | nn::nlib::succinct::TrieBuilder |
Class to create a Trie object. More... | |
Namespaces | |
nn::nlib | |
Implements common features and features that are highly platform-dependent. Also refer to nlib Platform APIs . nlib_ns is an alias. | |
nn::nlib::succinct | |
Implements a library of succinct data structure classes related to bit vectors. | |
Implements Trie using LOUDS.
Definition in file Trie.h.
© 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.