|
10Duke Scale C++ Client
|
#include <Filter.h>
Filter-definition for the REST-API.
Public Member Functions | |
| Filter (std::string name, std::string value) | |
| Constructs new instance. | |
| Filter () | |
| Constructs new empty instance. | |
| bool | isEmpty () const |
| Checks if the filter is empty. | |
Public Attributes | |
| const std::string | name |
| Field name to filter. | |
| const std::string | value |
| Value to filter with. | |
|
inline |
Constructs new instance.
| name | - |
| value | - |
|
inline |
Checks if the filter is empty.