#include <Flags.h>
Public Types | |
enum | { Shift = 4 } |
enum | Bits { All = 0x0000FFF0, Bit0 = 0x00000010, Bit1 = 0x00000020, Bit2 = 0x00000040, Bit3 = 0x00000080, Bit4 = 0x00000100, Bit5 = 0x00000200, Bit6 = 0x00000400, Bit7 = 0x00000800, Bit8 = 0x00001000, Bit9 = 0x00002000, Bit10 = 0x00004000, Bit11 = 0x00008000, Undefined = 0x00000000 } |
Static Public Member Functions | |
static const std::string & | bitToString (Bits bit) |
static uint32_t | get (const std::vector< std::string > &str) |
static Bits | get (const std::string &str) |
static Bits | get (int8_t bit) |
static const std::string& pat::Flags::Selection::bitToString | ( | Bits | bit | ) | [static] |
Referenced by pat::Flags::bitToString().
static uint32_t pat::Flags::Selection::get | ( | const std::vector< std::string > & | str | ) | [static] |
static Bits pat::Flags::Selection::get | ( | const std::string & | str | ) | [static] |
Flags::Selection::Bits Flags::Selection::get | ( | int8_t | bit | ) | [static] |