Basic definition of result. More...
#include <Querier.h>
Public Member Functions | |
| Result () | |
| Constructor Function. | |
| virtual | ~Result ()=default |
| Destructor Function. | |
| virtual void | Combine (Result *result)=0 |
| Combine result with another Result. | |
Public Attributes | |
| bool | valid |
| True if result is valid. | |