OmniSciDB
b24e664e58
|
#include <RenderQueryOptions.h>
Public Member Functions | |
bool | shouldAlterRA () const |
bool | operator== (const RenderQueryOptions &other) const |
bool | operator!= (const RenderQueryOptions &other) const |
Public Attributes | |
bool | inject_rowid = false |
Definition at line 19 of file RenderQueryOptions.h.
|
inline |
Definition at line 30 of file RenderQueryOptions.h.
References operator==().
|
inline |
Definition at line 27 of file RenderQueryOptions.h.
References inject_rowid.
Referenced by operator!=().
|
inline |
bool RenderQueryOptions::inject_rowid = false |
Definition at line 23 of file RenderQueryOptions.h.
Referenced by operator==(), and shouldAlterRA().