A wrapped ApiQueryState that supports being stacked in an std::vector.
More...
#include <std_wrap.h>
A wrapped ApiQueryState that supports being stacked in an std::vector.
◆ stdAPIQueryState() [1/2]
| jazz_bebop::stdAPIQueryState::stdAPIQueryState |
( |
const ApiQueryState & |
api_query_state | ) |
|
|
inline |
Constructor from cApiQueryState.
- Parameters
-
◆ stdAPIQueryState() [2/2]
| jazz_bebop::stdAPIQueryState::stdAPIQueryState |
( |
const stdAPIQueryState & |
api_query_state | ) |
|
|
inline |
◆ operator==()
| bool jazz_bebop::stdAPIQueryState::operator== |
( |
const stdAPIQueryState & |
o | ) |
const |
|
inline |
Operator api_query_state == o.api_query_state.
- Parameters
-
| o | The object to compare with. |
- Returns
- True if the ApiQueryStates are equal.
◆ operator<()
| bool jazz_bebop::stdAPIQueryState::operator< |
( |
const stdAPIQueryState & |
o | ) |
const |
|
inline |
Operator api_query_state < o.api_query_state.
- Parameters
-
| o | The object to compare with. |
- Returns
- True if the ApiQueryState is less than o.api_query_state.
The documentation for this class was generated from the following file: