#include <axl_sl_BitMap.h> enum BitOpKind { BitOpKind_Or = 0, BitOpKind_Xor, BitOpKind_And, BitOpKind_AndNot, };