SAGA C++ API 1.6
saga::attributes Namespace Reference

Variables

char const *const common_true = "True"
char const *const common_false = "False"
char const *const context_type = "Type"
char const *const context_server = "Server"
char const *const context_certrepository = "CertRepository"
char const *const context_userproxy = "UserProxy"
char const *const context_usercert = "UserCert"
char const *const context_userkey = "UserKey"
char const *const context_userid = "UserID"
char const *const context_userpass = "UserPass"
char const *const context_uservo = "UserVO"
char const *const context_lifetime = "LifeTime"
char const *const context_remoteid = "RemoteID"
char const *const context_remotehost = "RemoteHost"
char const *const context_remoteport = "RemotePort"
char const *const metric_name = "Name"
char const *const metric_description = "Description"
char const *const metric_mode = "Mode"
char const *const metric_unit = "Unit"
char const *const metric_type = "Type"
char const *const metric_value = "Value"
char const *const metric_type_string = "String"
char const *const metric_type_int = "Int"
char const *const metric_type_enum = "Enum"
char const *const metric_type_float = "Float"
char const *const metric_type_bool = "Bool"
char const *const metric_type_time = "Time"
char const *const metric_type_trigger = "Trigger"
char const *const metric_mode_readonly = "ReadOnly"
char const *const metric_mode_readwrite = "ReadWrite"
char const *const metric_mode_final = "Final"
char const *const task_state_unknown = "Unknown"
char const *const task_state_new = "New"
char const *const task_state_running = "Running"
char const *const task_state_done = "Done"
char const *const task_state_canceled = "Canceled"
char const *const task_state_failed = "Failed"

Variable Documentation

char const* const saga::attributes::common_true = "True"

Definition at line 75 of file attribute.hpp.

char const* const saga::attributes::common_false = "False"

Definition at line 76 of file attribute.hpp.

char const* const saga::attributes::context_type = "Type"

Definition at line 34 of file context.hpp.

Referenced by saga::context::context().

char const* const saga::attributes::context_server = "Server"

Definition at line 35 of file context.hpp.

Referenced by saga::context::context().

char const* const saga::attributes::context_certrepository = "CertRepository"

Definition at line 36 of file context.hpp.

Referenced by saga::context::context().

char const* const saga::attributes::context_userproxy = "UserProxy"

Definition at line 37 of file context.hpp.

Referenced by saga::context::context().

char const* const saga::attributes::context_usercert = "UserCert"

Definition at line 38 of file context.hpp.

Referenced by saga::context::context().

char const* const saga::attributes::context_userkey = "UserKey"

Definition at line 39 of file context.hpp.

Referenced by saga::context::context().

char const* const saga::attributes::context_userid = "UserID"

Definition at line 40 of file context.hpp.

Referenced by saga::context::context().

char const* const saga::attributes::context_userpass = "UserPass"

Definition at line 41 of file context.hpp.

Referenced by saga::context::context().

char const* const saga::attributes::context_uservo = "UserVO"

Definition at line 42 of file context.hpp.

Referenced by saga::context::context().

char const* const saga::attributes::context_lifetime = "LifeTime"

Definition at line 43 of file context.hpp.

Referenced by saga::context::context().

char const* const saga::attributes::context_remoteid = "RemoteID"

Definition at line 44 of file context.hpp.

Referenced by saga::context::context().

char const* const saga::attributes::context_remotehost = "RemoteHost"

Definition at line 45 of file context.hpp.

Referenced by saga::context::context().

char const* const saga::attributes::context_remoteport = "RemotePort"

Definition at line 46 of file context.hpp.

Referenced by saga::context::context().

char const* const saga::attributes::metric_name = "Name"

Definition at line 37 of file metric.hpp.

Referenced by saga::metric::fire(), and saga::metric::metric().

char const* const saga::attributes::metric_description = "Description"

Definition at line 38 of file metric.hpp.

Referenced by saga::metric::metric().

char const* const saga::attributes::metric_mode = "Mode"

Definition at line 39 of file metric.hpp.

Referenced by saga::metric::fire(), and saga::metric::metric().

char const* const saga::attributes::metric_unit = "Unit"

Definition at line 40 of file metric.hpp.

Referenced by saga::metric::metric().

char const* const saga::attributes::metric_type = "Type"

Definition at line 41 of file metric.hpp.

Referenced by saga::metric::metric().

char const* const saga::attributes::metric_value = "Value"

Definition at line 42 of file metric.hpp.

Referenced by saga::metric::metric().

char const* const saga::attributes::metric_type_string = "String"

Definition at line 46 of file metric.hpp.

char const* const saga::attributes::metric_type_int = "Int"

Definition at line 47 of file metric.hpp.

char const* const saga::attributes::metric_type_enum = "Enum"

Definition at line 48 of file metric.hpp.

char const* const saga::attributes::metric_type_float = "Float"

Definition at line 49 of file metric.hpp.

char const* const saga::attributes::metric_type_bool = "Bool"

Definition at line 50 of file metric.hpp.

char const* const saga::attributes::metric_type_time = "Time"

Definition at line 51 of file metric.hpp.

char const* const saga::attributes::metric_type_trigger = "Trigger"

Definition at line 52 of file metric.hpp.

char const* const saga::attributes::metric_mode_readonly = "ReadOnly"

Definition at line 56 of file metric.hpp.

Referenced by saga::metric::fire(), and saga::metric::metric().

char const* const saga::attributes::metric_mode_readwrite = "ReadWrite"

Definition at line 57 of file metric.hpp.

Referenced by saga::metric::metric().

char const* const saga::attributes::metric_mode_final = "Final"

Definition at line 58 of file metric.hpp.

Referenced by saga::metric::metric().

char const* const saga::attributes::task_state_unknown = "Unknown"

Definition at line 19 of file task_base.hpp.

char const* const saga::attributes::task_state_new = "New"

Definition at line 20 of file task_base.hpp.

char const* const saga::attributes::task_state_running = "Running"

Definition at line 21 of file task_base.hpp.

char const* const saga::attributes::task_state_done = "Done"

Definition at line 22 of file task_base.hpp.

char const* const saga::attributes::task_state_canceled = "Canceled"

Definition at line 23 of file task_base.hpp.

char const* const saga::attributes::task_state_failed = "Failed"

Definition at line 24 of file task_base.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines