AQUAgpusph 5.0.4
Loading...
Searching...
No Matches
Conditional.hpp File Reference

Check a condition to enable/disable all the tools in its scope (See Aqua::CalcServer::Conditional and Aqua::CalcServer::End for details) More...

#include "Tool.hpp"
#include "SetScalar.hpp"
Include dependency graph for Conditional.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Aqua::CalcServer::Conditional
 Base class for conditional tools like While or If. More...
class  Aqua::CalcServer::While
 Execute all the tools in its scope until the condition becomes unfulfilled. More...
class  Aqua::CalcServer::If
 Execute all the tools in its scope if the condition is fulfilled. More...
class  Aqua::CalcServer::End
 Close the scope open by a previous conditional tool, like While or If. More...

Namespaces

namespace  Aqua
 Main AQUAgpusph namespace.
namespace  Aqua::CalcServer
 Calculation server name space.

Detailed Description

Check a condition to enable/disable all the tools in its scope (See Aqua::CalcServer::Conditional and Aqua::CalcServer::End for details)