![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Class holding flags. More...
#include "lardataobj/Utilities/BitMask.h"#include <exception>#include <iosfwd>#include <string>#include "FlagSet.tcc"Go to the source code of this file.
Classes | |
| class | util::flags::FlagSet< NFlags, Storage > |
| A class containing a set of flags. More... | |
Namespaces | |
| util | |
| Namespace for general, non-LArSoft-specific utilities. | |
| util::flags | |
| Classes and functions to manage bit masks and flags. | |
Functions | |
| template<unsigned int NBits, typename Storage > | |
| std::ostream & | util::flags::operator<< (std::ostream &out, FlagSet< NBits, Storage > const &flags) |
| Output of a flag set into a stream. More... | |