#include <bitset>
#include <string>
#include <iosfwd>
#include "Component.hxx"
#include "Enum.hxx"
Go to the source code of this file.
Classes | |
class | CLAM::FlagsBase |
Abstract class from which any Flag<N> instantiation is derived. More... | |
struct | CLAM::FlagsBase::tFlagValue |
The type of the name table rows. More... | |
class | CLAM::Flags< N > |
Instances of this class represents objects containing a set of booleans values (flags) that can be accessed by their symbolic name. More... | |
Namespaces | |
namespace | CLAM |
Functions | |
std::istream & | CLAM::operator>> (std::istream &is, FlagsBase &f) |
std::ostream & | CLAM::operator<< (std::ostream &os, const FlagsBase &f) |