Log Surgeon
Test & API docs
|
#include <limits>
#include <stdexcept>
#include <vector>
#include <log_surgeon/finite_automata/PrefixTree.hpp>
#include <catch2/catch_test_macros.hpp>
Typedefs | |
using | id_t = PrefixTree::id_t |
using | position_t = PrefixTree::position_t |
Functions | |
void | operations () |
Tests various operations of the PrefixTree class. |
using id_t = PrefixTree::id_t |
using position_t = PrefixTree::position_t |