Exiv2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Enumerations
exiv2app.hpp File Reference

Defines class Params, used for the command line handling of exiv2. More...

#include "utils.hpp"
#include "types.hpp"
#include <string>
#include <vector>
#include <set>
#include <iostream>
+ Include dependency graph for exiv2app.hpp:
+ This graph shows which files directly or indirectly include this file:

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...
 
struct  Params::YodAdjust
 Structure for year, month and day adjustment command line arguments. More...
 

Typedefs

typedef std::vector< ModifyCmdModifyCmds
 Container for modification commands.
 

Enumerations

enum  CmdId {
  invalidCmdId, add, set, del,
  reg
}
 Command identifiers.
 
enum  MetadataId { invalidMetadataId, iptc, exif, xmp }
 Metadata identifiers.
 

Detailed Description

Defines class Params, used for the command line handling of exiv2.

Version
Rev
3091
Author
Andreas Huggel (ahu) ahuggel@gmx.net
Date
08-Dec-03, ahu: created