|
BitStream
|
Go to the source code of this file.
Macros | |
| #define | BS_ASSERT(...) if (!(__VA_ARGS__)) { return false; } |
| #define | BS_BREAKPOINT() throw |
| #define BS_ASSERT | ( | ... | ) | if (!(__VA_ARGS__)) { return false; } |
| #define BS_BREAKPOINT | ( | ) | throw |