| 
    PLCnext API Documentation
    20.6.0.30321
    
   | 
 
Public Member Functions | |
| template<class ... Args> | |
| DualDomain (Args &... args) | |
| Constructs an DualDomain instance. More... | |
| DualDomain (const DualDomain &arg)=default | |
| Copy constructor. More... | |
| DualDomain & | operator= (const DualDomain &arg)=default | 
| Assignment operator. More... | |
| ~DualDomain (void)=default | |
| Destructs this instance and frees all resources. More... | |
| T & | Get (bool backgroundDomain=false) | 
| const T & | Get (bool backgroundDomain=false) const | 
| void | SwapDomains (bool simulate=false) | 
      
  | 
  inline | 
Constructs an DualDomain instance.
      
  | 
  default | 
Copy constructor.
      
  | 
  default | 
Destructs this instance and frees all resources.
      
  | 
  default | 
Assignment operator.
 1.8.13