![]() |
Exiv2
|
Charset information lookup functions. Implemented as a static class. More...
#include <value.hpp>
Static Public Member Functions | |
| static const char * | name (CharsetId charsetId) |
| Return the name for a charset id. | |
| static const char * | code (CharsetId charsetId) |
| Return the code for a charset id. | |
| static CharsetId | charsetIdByName (const std::string &name) |
| Return the charset id for a name. | |
| static CharsetId | charsetIdByCode (const std::string &code) |
| Return the charset id for a code. | |
Charset information lookup functions. Implemented as a static class.
|
static |
Return the charset id for a code.
References code().
Referenced by Exiv2::CommentValue::charsetId().
|
static |
|
static |
Return the code for a charset id.
References Exiv2::CommentValue::charsetId().
Referenced by charsetIdByCode(), and Exiv2::CommentValue::read().
|
static |
Return the name for a charset id.
References Exiv2::CommentValue::charsetId(), and Exiv2::CommentValue::CharsetTable::name_.
Referenced by charsetIdByName(), and Exiv2::CommentValue::write().