|
ACE 7.1.4
|
Bundles the constrain string with its associated trigger action. More...
#include <Monitor_Control_Types.h>

Public Member Functions | |
| Constraint ()=default | |
| ~Constraint () | |
| Constraint (const Constraint &rhs) | |
| Constraint & | operator= (const Constraint &rhs) |
Public Attributes | |
| ACE_CString | expr |
| Control_Action * | control_action {} |
Bundles the constrain string with its associated trigger action.
|
default |
| ACE::Monitor_Control::Monitor_Control_Types::Constraint::~Constraint | ( | ) |
| ACE::Monitor_Control::Monitor_Control_Types::Constraint::Constraint | ( | const Constraint & | rhs | ) |
Implemented explicitly so reference counting of control actions can be managed.
| Monitor_Control_Types::Constraint & ACE::Monitor_Control::Monitor_Control_Types::Constraint::operator= | ( | const Constraint & | rhs | ) |
| Control_Action* ACE::Monitor_Control::Monitor_Control_Types::Constraint::control_action {} |
| ACE_CString ACE::Monitor_Control::Monitor_Control_Types::Constraint::expr |