|
tin
1.5.9
|
Classes | |
| struct | semantic_version |
Typedefs | |
| template<typename T , std::size_t Capacity, typename Overflow = ::tsm::overflow::reject_newest, std::size_t MaxWaiters = 4> | |
| using | channel = ::tsm::runtime::channel< T, Capacity, Overflow, MaxWaiters > |
Functions | |
| constexpr bool | same_major_version (semantic_version other) |
| constexpr bool | operator== (semantic_version lhs, semantic_version rhs) |
| constexpr bool | operator!= (semantic_version lhs, semantic_version rhs) |
Variables | |
| constexpr semantic_version | version |
| constexpr std::uint32_t | version_major = version.major |
| constexpr std::uint32_t | version_minor = version.minor |
| constexpr std::uint32_t | version_patch = version.patch |
| constexpr const char * | version_string = TIN_VERSION_STRING |
| using tin::channel = typedef ::tsm::runtime::channel<T, Capacity, Overflow, MaxWaiters> |
|
constexpr |
|
constexpr |
|
constexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |