An N-tuple representation of a MOQ namespace.
More...
#include <track_name.h>
An N-tuple representation of a MOQ namespace.
- Examples
- client.cpp, and server.cpp.
◆ TrackNamespace() [1/7]
quicr::TrackNamespace::TrackNamespace |
( |
| ) |
|
|
default |
◆ TrackNamespace() [2/7]
template<typename... B, std::enable_if_t< std::is_same_v< std::common_type_t< B... >, std::vector< uint8_t > >, bool > = true>
quicr::TrackNamespace::TrackNamespace |
( |
B &&... | entries | ) |
|
|
inlineexplicit |
Constructs a namespace from a variadic number of Bytes parameters.
- Template Parameters
-
B | MUST be std::vector<uint8_t> |
- Parameters
-
entries | The variadic amount of Bytes arguments. |
◆ TrackNamespace() [3/7]
template<typename... S, std::enable_if_t< std::is_same_v< std::common_type_t< S... >, std::string >, bool > = true>
quicr::TrackNamespace::TrackNamespace |
( |
S &&... | entries | ) |
|
|
inlineexplicit |
Constructs a namespace from a variadic number of string parameters.
- Template Parameters
-
- Parameters
-
entries | The variadic amount of string arguments. |
◆ TrackNamespace() [4/7]
quicr::TrackNamespace::TrackNamespace |
( |
const std::vector< std::vector< uint8_t > > & | entries | ) |
|
|
inline |
◆ TrackNamespace() [5/7]
quicr::TrackNamespace::TrackNamespace |
( |
const std::vector< std::string > & | entries | ) |
|
|
inline |
◆ TrackNamespace() [6/7]
◆ TrackNamespace() [7/7]
◆ begin() [1/2]
auto quicr::TrackNamespace::begin |
( |
| ) |
const |
|
inlinenoexcept |
◆ begin() [2/2]
auto quicr::TrackNamespace::begin |
( |
| ) |
|
|
inlinenoexcept |
◆ data()
auto quicr::TrackNamespace::data |
( |
| ) |
const |
|
inlinenoexcept |
◆ empty()
bool quicr::TrackNamespace::empty |
( |
| ) |
const |
|
inlinenoexcept |
◆ end() [1/2]
auto quicr::TrackNamespace::end |
( |
| ) |
const |
|
inlinenoexcept |
◆ end() [2/2]
auto quicr::TrackNamespace::end |
( |
| ) |
|
|
inlinenoexcept |
◆ GetEntries()
const std::vector< Span< const uint8_t > > & quicr::TrackNamespace::GetEntries |
( |
| ) |
const |
|
inlinenoexcept |
◆ GetHashes()
const auto & quicr::TrackNamespace::GetHashes |
( |
| ) |
const |
|
inlinenoexcept |
◆ HasSamePrefix()
bool quicr::TrackNamespace::HasSamePrefix |
( |
const TrackNamespace & | other | ) |
const |
|
inlinenoexcept |
◆ IsPrefixOf()
bool quicr::TrackNamespace::IsPrefixOf |
( |
const TrackNamespace & | other | ) |
const |
|
inlinenoexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ size()
auto quicr::TrackNamespace::size |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: