|
LibSWOC++ 1.5.14
Solid Wall of C++
|
Handrolled initialization the character syntactic property data. More...
#include <bwf_base.h>

Public Member Functions | |
| Property () | |
Public Attributes | |
| uint8_t | _data [0x100] {} |
| Flag storage, indexed by character value. | |
Static Public Attributes | |
| static constexpr uint8_t | ALIGN_MASK = 0x0F |
| Flag mask values. | |
| static constexpr uint8_t | TYPE_CHAR = 0x10 |
| A valid type character. | |
| static constexpr uint8_t | UPPER_TYPE_CHAR = 0x20 |
| Upper case flag. | |
| static constexpr uint8_t | NUMERIC_TYPE_CHAR = 0x40 |
| Numeric output. | |
| static constexpr uint8_t | SIGN_CHAR = 0x80 |
| Is sign character. | |
Handrolled initialization the character syntactic property data.
Definition at line 111 of file bwf_base.h.
| swoc::bwf::Spec::Property::Property | ( | ) |
Default constructor, creates initialized flag set.
Definition at line 42 of file bw_format.cc.
| uint8_t swoc::bwf::Spec::Property::_data[0x100] {} |
Flag storage, indexed by character value.
Definition at line 114 of file bwf_base.h.
|
staticconstexpr |
|
staticconstexpr |
Numeric output.
Definition at line 119 of file bwf_base.h.
|
staticconstexpr |
Is sign character.
Definition at line 120 of file bwf_base.h.
|
staticconstexpr |
A valid type character.
Definition at line 117 of file bwf_base.h.
|
staticconstexpr |
Upper case flag.
Definition at line 118 of file bwf_base.h.