#include <trie.hpp>
Definition at line 60 of file trie.hpp.
◆ trie_with_size_t()
zmq::trie_with_size_t::trie_with_size_t |
( |
| ) |
|
|
inline |
◆ ~trie_with_size_t()
zmq::trie_with_size_t::~trie_with_size_t |
( |
| ) |
|
|
inline |
◆ add()
bool zmq::trie_with_size_t::add |
( |
unsigned char * |
prefix_, |
|
|
size_t |
size_ |
|
) |
| |
|
inline |
◆ apply()
void zmq::trie_with_size_t::apply |
( |
void(*)(unsigned char *data_, size_t size_, void *arg_) |
func_, |
|
|
void * |
arg_ |
|
) |
| |
|
inline |
◆ check()
bool zmq::trie_with_size_t::check |
( |
const unsigned char * |
data_, |
|
|
size_t |
size_ |
|
) |
| const |
|
inline |
◆ num_prefixes()
uint32_t zmq::trie_with_size_t::num_prefixes |
( |
| ) |
const |
|
inline |
◆ rm()
bool zmq::trie_with_size_t::rm |
( |
unsigned char * |
prefix_, |
|
|
size_t |
size_ |
|
) |
| |
|
inline |
◆ _num_prefixes
◆ _trie
trie_t zmq::trie_with_size_t::_trie |
|
private |
The documentation for this class was generated from the following file: