10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::se::Filter Class Reference

#include <Filter.h>

Detailed Description

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.
 

Constructor & Destructor Documentation

◆ Filter()

tenduke::se::Filter::Filter ( std::string  name,
std::string  value 
)
inline

Constructs new instance.

Parameters
name-
value-

Member Function Documentation

◆ isEmpty()

bool tenduke::se::Filter::isEmpty ( ) const
inline

Checks if the filter is empty.

Returns
-

The documentation for this class was generated from the following file: