Taskolib
1.3.3
|
Implementation of the Step class.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the license, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/.
#include <gul14/cat.h>
#include <gul14/finalizer.h>
#include <gul14/trim.h>
#include "internals.h"
#include "lua_details.h"
#include "send_message.h"
#include "sol/sol.hpp"
#include "taskolib/exceptions.h"
#include "taskolib/execute_lua_script.h"
#include "taskolib/Step.h"
Namespaces | |
task | |
Namespace task contains all Taskolib functions and classes. | |
Functions | |
std::string | task::to_string (Step::Type type) |
Return a lower-case name for a step type ("action", "if", "end"). More... | |
bool | task::executes_script (Step::Type step_type) |
Determine if a script is executed. More... | |
bool | task::requires_bool_return_value (Step::Type step_type) noexcept |
Determine if a certain step type requires a boolean return value from the script. More... | |