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