|
|
|
@ -8,9 +8,10 @@ class orders : public json { |
|
|
|
const with_data_directory &data_directory; |
|
|
|
const with_data_directory &data_directory; |
|
|
|
const fs::path &get_path(); |
|
|
|
const fs::path &get_path(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public: |
|
|
|
public: |
|
|
|
void write(); |
|
|
|
void write(); |
|
|
|
void load(); |
|
|
|
void load(); |
|
|
|
orders(const with_data_directory &); |
|
|
|
orders(const with_data_directory &); |
|
|
|
|
|
|
|
void push(); |
|
|
|
|
|
|
|
~orders(); |
|
|
|
}; |
|
|
|
}; |
|
|
|
|