#include "utils.hpp"
#include "types.hpp"
#include <string>
#include <vector>
#include <iostream>
Classes | |
struct | ModifyCmd |
Structure for one parsed modification command. More... | |
struct | CmdIdAndString |
Structure to link command identifiers to strings. More... | |
class | Params |
Implements the command line handling for the program. More... | |
Typedefs | |
typedef std::vector < ModifyCmd > | ModifyCmds |
Container for modification commands. | |
Enumerations | |
enum | CmdId { invalidCmdId, add, set, del } |
Command identifiers. | |
enum | MetadataId { invalidMetadataId, iptc, exif } |
Metadata identifiers. |