SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
All Classes Files Functions Variables Typedefs Enumerations
Classes
wildcard_trie.hpp File Reference

Trie implementation with wildcard support. More...

#include <functional>
#include <memory>
#include <queue>
#include <string>
#include <unordered_map>
#include <vector>
Include dependency graph for wildcard_trie.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SPSP::WildcardTrie< TValue >
 String-based trie with wildcard support. More...
 

Detailed Description

Trie implementation with wildcard support.

Author
Dávid Benko (david.nosp@m.benk.nosp@m.o@dav.nosp@m.idbe.nosp@m.nko.d.nosp@m.ev)

Definition in file wildcard_trie.hpp.