LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
getObjectRequireDict.cc
Go to the documentation of this file.
2 #include "canvas_root_io/Utilities/DictionaryChecker.h"
3 
4 void
5 art::root::detail::require_dictionary(TypeID const& type) noexcept(false)
6 {
7  DictionaryChecker checker{};
8  checker.checkDictionaries(type.className(), true /*recursive check*/);
9  checker.reportMissingDictionaries(); // Can throw
10 }
void require_dictionary(TypeID const &) noexcept(false)