]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/row.hpp
Introduce views::trace::RowData and everything that comes with it
[pulseview.git] / pv / data / decode / row.hpp
index 34bb2373e844babd768335d4d8a335a227696b0c..8486c5075fe0bd39d09736c750ace8bf5e2109f8 100644 (file)
@@ -47,6 +47,7 @@ public:
        int index() const;
 
        bool operator<(const Row &other) const;
+       bool operator==(const Row &other) const;
 
 private:
        int index_;