Represents Face Query Filter.
More...
#include <ndn-cxx/mgmt/nfd/face-query-filter.hpp>
◆ FaceQueryFilter() [1/2]
ndn::nfd::FaceQueryFilter::FaceQueryFilter |
( |
| ) |
|
|
default |
◆ FaceQueryFilter() [2/2]
ndn::nfd::FaceQueryFilter::FaceQueryFilter |
( |
const Block & |
block | ) |
|
|
explicit |
◆ empty()
bool ndn::nfd::FaceQueryFilter::empty |
( |
| ) |
const |
◆ getFaceId()
uint64_t ndn::nfd::FaceQueryFilter::getFaceId |
( |
| ) |
const |
|
inline |
◆ getFacePersistency()
◆ getFaceScope()
FaceScope ndn::nfd::FaceQueryFilter::getFaceScope |
( |
| ) |
const |
|
inline |
◆ getLinkType()
LinkType ndn::nfd::FaceQueryFilter::getLinkType |
( |
| ) |
const |
|
inline |
◆ getLocalUri()
const std::string& ndn::nfd::FaceQueryFilter::getLocalUri |
( |
| ) |
const |
|
inline |
◆ getRemoteUri()
const std::string& ndn::nfd::FaceQueryFilter::getRemoteUri |
( |
| ) |
const |
|
inline |
◆ getUriScheme()
const std::string& ndn::nfd::FaceQueryFilter::getUriScheme |
( |
| ) |
const |
|
inline |
◆ hasFaceId()
bool ndn::nfd::FaceQueryFilter::hasFaceId |
( |
| ) |
const |
|
inline |
◆ hasFacePersistency()
bool ndn::nfd::FaceQueryFilter::hasFacePersistency |
( |
| ) |
const |
|
inline |
◆ hasFaceScope()
bool ndn::nfd::FaceQueryFilter::hasFaceScope |
( |
| ) |
const |
|
inline |
◆ hasLinkType()
bool ndn::nfd::FaceQueryFilter::hasLinkType |
( |
| ) |
const |
|
inline |
◆ hasLocalUri()
bool ndn::nfd::FaceQueryFilter::hasLocalUri |
( |
| ) |
const |
|
inline |
◆ hasRemoteUri()
bool ndn::nfd::FaceQueryFilter::hasRemoteUri |
( |
| ) |
const |
|
inline |
◆ hasUriScheme()
bool ndn::nfd::FaceQueryFilter::hasUriScheme |
( |
| ) |
const |
|
inline |
◆ setFaceId()
◆ setFacePersistency()
◆ setFaceScope()
◆ setLinkType()
◆ setLocalUri()
FaceQueryFilter & ndn::nfd::FaceQueryFilter::setLocalUri |
( |
const std::string & |
localUri | ) |
|
◆ setRemoteUri()
FaceQueryFilter & ndn::nfd::FaceQueryFilter::setRemoteUri |
( |
const std::string & |
remoteUri | ) |
|
◆ setUriScheme()
FaceQueryFilter & ndn::nfd::FaceQueryFilter::setUriScheme |
( |
const std::string & |
uriScheme | ) |
|
◆ unsetFaceId()
◆ unsetFacePersistency()
◆ unsetFaceScope()
◆ unsetLinkType()
◆ unsetLocalUri()
◆ unsetRemoteUri()
◆ unsetUriScheme()
◆ wireDecode()
void ndn::nfd::FaceQueryFilter::wireDecode |
( |
const Block & |
wire | ) |
|
◆ wireEncode() [1/2]
const Block & ndn::nfd::FaceQueryFilter::wireEncode |
( |
| ) |
const |
◆ wireEncode() [2/2]
template<encoding::Tag TAG>
size_t ndn::nfd::FaceQueryFilter::wireEncode |
( |
EncodingImpl< TAG > & |
encoder | ) |
const |