-
Notifications
You must be signed in to change notification settings - Fork 35
Methods_T_CodeJam_EnumCode
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
The EnumCode type exposes the following members.
Name | Description | |
---|---|---|
AnyFlagSet(TEnum) | Asserts that any bit from specified argument flag is set. | |
AnyFlagUnset(TEnum) | Asserts that any bit from specified argument flag is not set. | |
AnyStateFlagSet(TEnum)(TEnum, TEnum, String) | Asserts that any bit from specified state flag is set. | |
AnyStateFlagSet(TEnum)(TEnum, TEnum, String, Object[]) | Asserts that any bit from specified state flag is set. | |
AnyStateFlagUnset(TEnum)(TEnum, TEnum, String) | Asserts that any bit from specified state flag is not set. | |
AnyStateFlagUnset(TEnum)(TEnum, TEnum, String, Object[]) | Asserts that any bit from specified state flag is not set. | |
Defined(TEnum) | Asserts that specified argument enum value is defined. | |
FlagsDefined(TEnum) | Asserts that all bits of the flags combination are defined. | |
FlagSet(TEnum) | Asserts that the specified argument flag is set. | |
FlagUnset(TEnum) | Asserts that the specified argument flag is not set. | |
StateFlagSet(TEnum)(TEnum, TEnum, String) | Asserts that the specified state flag is set. | |
StateFlagSet(TEnum)(TEnum, TEnum, String, Object[]) | Asserts that the specified state flag is set. | |
StateFlagUnset(TEnum)(TEnum, TEnum, String) | Asserts that the specified state flag is not set. | |
StateFlagUnset(TEnum)(TEnum, TEnum, String, Object[]) | Asserts that the specified state flag is not set. |