Apache Mesos
|
Used to filter results for API handlers. More...
#include <http.hpp>
Public Member Functions | |
IDAcceptor (const Option< std::string > &id=None()) | |
bool | accept (const T &candidateId) const |
Protected Attributes | |
Option< T > | targetId |
Used to filter results for API handlers.
Provides the 'accept()' method to test whether the supplied ID is equal to a stored target ID. If no target ID is provided when the acceptor is constructed, it will accept all inputs.
|
inline |
|
inline |
|
protected |