A DataBus column.
More...
#include <databus.hpp>
A DataBus column.
Definition at line 24 of file databus.hpp.
◆ append()
void bb::BusVector::append |
( |
const uint32_t & |
idx | ) |
|
|
inline |
Add an element to the data defining this bus column.
- Parameters
-
idx | Index of the element in the variables vector of a builder |
Definition at line 36 of file databus.hpp.
◆ get_read_count()
const uint32_t & bb::BusVector::get_read_count |
( |
size_t |
idx | ) |
const |
|
inline |
◆ increment_read_count()
void bb::BusVector::increment_read_count |
( |
size_t |
idx | ) |
|
|
inline |
◆ operator[]()
const uint32_t & bb::BusVector::operator[] |
( |
size_t |
idx | ) |
const |
|
inline |
◆ size()
size_t bb::BusVector::size |
( |
| ) |
const |
|
inline |
◆ data
std::vector<uint32_t> bb::BusVector::data |
|
private |
◆ DEFAULT_VALUE
constexpr bb::fr bb::BusVector::DEFAULT_VALUE = 25 |
|
staticconstexpr |
◆ read_counts
std::vector<uint32_t> bb::BusVector::read_counts |
|
private |
The documentation for this struct was generated from the following file: