![]() |
Apache Ignite C++
|
Query argument. More...
#include <query_argument.h>
Public Member Functions | |
| QueryArgument (const T &val) | |
| Constructor. More... | |
| QueryArgument (const QueryArgument &other) | |
| Copy constructor. More... | |
| QueryArgument & | operator= (const QueryArgument &other) |
| Assignment operator. More... | |
| virtual QueryArgumentBase * | Copy () const |
| Copy argument. More... | |
| virtual void | Write (ignite::binary::BinaryRawWriter &writer) |
| Write argument. | |
Public Member Functions inherited from ignite::cache::query::QueryArgumentBase | |
| virtual | ~QueryArgumentBase () |
| Destructor. | |
Query argument.
|
inline |
Constructor.
| val | Value. |
|
inline |
Copy constructor.
| other | Other instance. |
|
inlinevirtual |
|
inline |
Assignment operator.
| other | Other instance. |
1.8.9.1