mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Variant
- Salvaged Variant code from older project, for use in expression evaluation.
This commit is contained in:
parent
7961ca136f
commit
d9b2ac0f33
8 changed files with 976 additions and 6 deletions
|
@ -42,8 +42,8 @@ public:
|
|||
Duration& operator= (const Duration&);
|
||||
~Duration (); // Destructor
|
||||
|
||||
operator time_t ();
|
||||
operator std::string ();
|
||||
operator time_t () const;
|
||||
operator std::string () const;
|
||||
|
||||
std::string format () const;
|
||||
std::string formatCompact () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue