LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
art::root::detail Namespace Reference

Functions

void require_dictionary (TypeID const &) noexcept(false)
 

Function Documentation

void art::root::detail::require_dictionary ( TypeID const &  type)
noexcept

Definition at line 5 of file getObjectRequireDict.cc.

Referenced by art::root::getObjectRequireDict().

6 {
7  DictionaryChecker checker{};
8  checker.checkDictionaries(type.className(), true /*recursive check*/);
9  checker.reportMissingDictionaries(); // Can throw
10 }