bool Table::empty() added
authorJan Kupec <jkupec@suse.cz>
Tue, 10 Oct 2006 13:45:10 +0000 (13:45 +0000)
committerJan Kupec <jkupec@suse.cz>
Tue, 10 Oct 2006 13:45:10 +0000 (13:45 +0000)
tools/zmart/zypper-tabulator.h

index 49d7bda..e198fe7 100644 (file)
@@ -85,6 +85,7 @@ public:
   void add (const TableRow& tr);
   void setHeader (const TableHeader& tr);
   void dumpTo (ostream& stream) const;
+  bool empty () const { return _rows.empty(); }
   typedef list<TableRow> container;
 
   void style (TableStyle st);