Public Types | |
typedef boost::variant < std::string, uint32_t > | value_t |
Public Member Functions | |
MetaValue (const MetaValue &) | |
template<class T > | |
MetaValue (const T &v) | |
MetaValue (const value_t &v) | |
MetaValue (const Internals::IFDEntry::Ref &e) | |
uint32_t | getInteger () const throw (Internals::BadTypeException) |
std::string | getString () const throw (Internals::BadTypeException) |
Definition at line 33 of file metavalue.h.