* @brief Gets the pattern stride * * The pattern stride is the number of words each pattern is made of * The first width bits are repeated until they fill a multiple of * 32 bits. The number of words required for this is the pattern stride. */
| 183 | * 32 bits. The number of words required for this is the pattern stride. |
| 184 | */ |
| 185 | unsigned int pattern_stride () const |
| 186 | { |
| 187 | return m_pattern_stride; |
| 188 | } |
| 189 | |
| 190 | /** |
| 191 | * @brief Gets a value indicating whether the nth bit is set |