Expressions

- Many operators implemented
- DOM::get partially implemented
This commit is contained in:
Paul Beckingham 2011-06-17 01:00:03 -04:00
parent 4fca40fc69
commit c77c6f172f
6 changed files with 315 additions and 101 deletions

View file

@ -29,6 +29,7 @@
#define L10N // Localization complete.
#include <string>
#include <Task.h>
#include <time.h>
class DOM
@ -38,6 +39,7 @@ public:
~DOM ();
const std::string get (const std::string&);
const std::string get (const std::string&, Task&);
void set (const std::string&, const std::string&);
private: