|
| Get (tyson::TySonObject &obj) |
|
| Get (std::vector< tyson::TySonObject > &objs) |
|
template<typename ... T> |
| Get (T &&...values) |
|
| QueryCmd (std::string_view name, bool start_cmd) |
|
std::string | name () noexcept |
|
bool | can_start_pipeline () const noexcept |
|
virtual std::string | query () noexcept |
|
bool | next_step_allowed (const std::string &cmdName) noexcept |
|
bool | previous_step_allowed (const std::string &cmdName) noexcept |
|
◆ Get() [1/2]
Create a new get-Query statement from a single obj
- Parameters
-
obj | must be of TySonType::Link |
- See also
- TySON.tyson::TySonType
- Exceptions
-
invalid_argument | if obj is not TySonType::Link |
◆ Get() [2/2]
Create a new get-Query statement from a vector of objs
- Parameters
-
objs | must be a vector of TySonType::Link's |
- See also
- TySON.tyson::TySonType
- Exceptions
-
invalid_argument | if not all objs are TySonType::Link's |
The documentation for this class was generated from the following file: