|
libxr
1.0
Want to be the best embedded framework
|
读写对齐布尔位图块的工具 (Helpers for reading and writing aligned boolean flag blocks). More...
Static Public Member Functions | |
| static void | SetFlag (BlockBoolData< BlockSize > &obj, bool value) |
| 把一个布尔值编码进位图块 (Encode one boolean value into a flag block). | |
| static bool | ReadFlag (const BlockBoolData< BlockSize > &obj) |
| 从位图块读取布尔值 (Decode one boolean value from a flag block). | |
| static bool | Valid (const BlockBoolData< BlockSize > &obj) |
| 检查位图块内容是否仍是合法编码 (Check whether a flag block still contains a valid encoding). | |
读写对齐布尔位图块的工具 (Helpers for reading and writing aligned boolean flag blocks).
| BlockSize | 位图块字节数 (Flag-block size in bytes). |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |