AQUAgpusph 4.1.2
Loading...
Searching...
No Matches
Data Structures | Namespaces
Conditional.h 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 <CalcServer/Tool.h>
Include dependency graph for Conditional.h:
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)