Lines Matching full:table
18 * The details of a policy table entry:
37 * @class Table
39 * This class wraps the error policy table data, and provides the
40 * ability to find a policy table entry based on the error and a
44 class Table class
47 Table() = delete;
48 ~Table() = default;
49 Table(const Table&) = default;
50 Table& operator=(const Table&) = default;
51 Table(Table&&) = default;
52 Table& operator=(Table&&) = default;
59 explicit Table(const std::string& jsonFile);
72 * Finds an entry in the policy table based on the
85 * The default event ID to use when a match in the table
96 * The default error message to use when a match in the table
130 * The policy table