Components | Macro Definitions

narFlags.h

See the source code.

Components

classmw::nar::Flags_tc< T, F >
 Utility class for managing flags.[Details]

Macro Definitions

#define NAR_EFLAG(x)   x, x##_false_bottom_ = ( (int)x << 1 ) -1
 Convenience macro when using an enum when using bitflags. The next enum is the next bit.

Description

Author:
Satoru Osako


CONFIDENTIAL