#include "exv_conf.h"
#include "version.hpp"
#include <string>
#include <iosfwd>
#include <utility>
#include <algorithm>
#include <sstream>
#include <stdint.h>
Include dependency graph for types.hpp:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | Exiv2 |
Defines | |
#define | EXV_CALL_MEMBER_FN(object, ptrToMember) ((object).*(ptrToMember)) |
Macro to make calls to member functions through a pointer more readable. See the C++ FAQ LITE, item [33.5] How can I avoid syntax errors when calling a member function using a pointer-to-member-function?. | |
#define | EXV_COUNTOF(a) (sizeof(sizer(a))) |
Macro to determine the size of an array. |