Public Attributes | List of all members
art::test::ThrowAfterConfig Struct Reference

#include <ThrowAfterConfig.h>

Public Attributes

fhicl::Atom< bool > throwFromCtor {fhicl::Name("throwFromCtor"), false}
 
fhicl::Atom< unsigned > throwAfter
 

Detailed Description

Definition at line 9 of file ThrowAfterConfig.h.

Member Data Documentation

fhicl::Atom<unsigned> art::test::ThrowAfterConfig::throwAfter
Initial value:
{
fhicl::Name("throwAfter"),
"The 'throwAfter' parameter specifies the number\n"
"of events after which an exception should be thrown.\n"
"If it is desired to not throw at all, then the parameter\n"
"should not be specified, or it should be assigned a\n"
"value of '+infinity'."),

Definition at line 11 of file ThrowAfterConfig.h.

fhicl::Atom<bool> art::test::ThrowAfterConfig::throwFromCtor {fhicl::Name("throwFromCtor"), false}

Definition at line 10 of file ThrowAfterConfig.h.


The documentation for this struct was generated from the following file: