Class holding flags.
More...
#include "lardataobj/Utilities/BitMask.h"
#include <iosfwd>
#include <string>
#include <exception>
#include "FlagSet.tcc"
Go to the source code of this file.
|
| util |
| Namespace for general, non-LArSoft-specific utilities.
|
|
| util::flags |
| Classes and functions to manage bit masks and flags.
|
|
|
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...
|
|
Class holding flags.
- Author
- Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.fnal..nosp@m.gov)
- Date
- January 25, 2017
- See also
- BitMask.h
Definition in file FlagSet.h.