mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 04:27:20 +02:00
- Added Grid::Cell::operator==
This commit is contained in:
parent
f9ed90bee0
commit
2e047367b0
2 changed files with 32 additions and 0 deletions
|
@ -29,6 +29,8 @@ public:
|
|||
operator float () const;
|
||||
operator double () const;
|
||||
operator std::string () const;
|
||||
bool operator== (const Cell&) const;
|
||||
bool operator!= (const Cell&) const;
|
||||
|
||||
enum cellType {CELL_BOOL, CELL_CHAR, CELL_INT, CELL_FLOAT, CELL_DOUBLE, CELL_STRING};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue