Compadre  1.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions | Variables
Compadre_USER_StandardTargetFunctionals.hpp File Reference

Go to the source code of this file.

Macros

#define _USER_STANDARD_TARGET_FUNCTIONALS_HPP_
 

Functions

 if (some_conditions_for_a_user_defined_operation)
 
else if (some_conditions_for_another_user_defined_operation)
 

Variables

bool some_conditions_for_a_user_defined_operation = false
 
bool some_conditions_for_another_user_defined_operation = false
 
 else
 

Macro Definition Documentation

#define _USER_STANDARD_TARGET_FUNCTIONALS_HPP_

Function Documentation

Definition at line 10 of file Compadre_USER_StandardTargetFunctionals.hpp.

Definition at line 18 of file Compadre_USER_StandardTargetFunctionals.hpp.

Variable Documentation

else
Initial value:
{
operation_handled = false

Definition at line 26 of file Compadre_USER_StandardTargetFunctionals.hpp.

bool some_conditions_for_a_user_defined_operation = false

Definition at line 5 of file Compadre_USER_StandardTargetFunctionals.hpp.

bool some_conditions_for_another_user_defined_operation = false

Definition at line 6 of file Compadre_USER_StandardTargetFunctionals.hpp.