#include <ndn-cxx/interest.hpp>
|
| Nonce ()=default |
|
| Nonce (uint32_t n) noexcept |
|
| Nonce (uint8_t n1, uint8_t n2, uint8_t n3, uint8_t n4) noexcept |
|
Definition at line 58 of file interest.hpp.
◆ Nonce() [1/3]
ndn::Interest::Nonce::Nonce |
( |
| ) |
|
|
default |
◆ Nonce() [2/3]
ndn::Interest::Nonce::Nonce |
( |
uint32_t |
n | ) |
|
|
inlinenoexcept |
◆ Nonce() [3/3]
ndn::Interest::Nonce::Nonce |
( |
uint8_t |
n1, |
|
|
uint8_t |
n2, |
|
|
uint8_t |
n3, |
|
|
uint8_t |
n4 |
|
) |
| |
|
inlinenoexcept |
◆ operator!=
bool operator!= |
( |
const Nonce & |
lhs, |
|
|
const Nonce & |
rhs |
|
) |
| |
|
friend |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Nonce & |
nonce |
|
) |
| |
|
friend |
◆ operator==
bool operator== |
( |
const Nonce & |
lhs, |
|
|
const Nonce & |
rhs |
|
) |
| |
|
friend |
◆ elements
T std::array< T >::elements |
|
inherited |