AQUAgpusph 4.1.2
|
Check a condition to enable/disable all the tools in its scope (See Aqua::CalcServer::Conditional and Aqua::CalcServer::End for details) More...
#include <CalcServer/Tool.h>
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. | |
Check a condition to enable/disable all the tools in its scope (See Aqua::CalcServer::Conditional and Aqua::CalcServer::End for details)