- Member enforce (bool condition, const T &arg1)
- once we have C++>=11 use variadic templates and std::forward to remove all overloads of enforce
- Member Exiv2::Internal::MutableSliceBase< storage_type, data_type >::MutableSliceBase (data_type &data, size_t begin, size_t end)
- use using once we have C++11
- Member Exiv2::operator>> (std::istream &is, URational &r)
- This implementation seems to be duplicated for the Rational type. Try to remove duplication
- Class Exiv2::Uri
- This class can probably be hidden from the API
- Member Exiv2::urldecode (const char *str)
- This function can probably be hidden into the implementation details
- Member Exiv2::urldecode (std::string &str)
- This function can probably be hidden into the implementation details
- Member Exiv2::urlencode (const char *str)
- This function can probably be hidden into the implementation details