Home
last modified time | relevance | path

Searched refs:bad_checked_cast (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dchecked_cast.h44 // bad_checked_cast is thrown if cast is bad
46 class bad_checked_cast : std::bad_cast { class
48 bad_checked_cast() : from(0), to(0) in bad_checked_cast() function in bad_checked_cast
51 bad_checked_cast(std::type_info const &from, std::type_info const &to) : from(&from), to(&to) in bad_checked_cast() function in bad_checked_cast
53 virtual ~bad_checked_cast() in ~bad_checked_cast()

Completed in 1 milliseconds