This class represents a single bit data type.  
 More...
#include <Bit.hpp>
This class represents a single bit data type. 
 
◆ Bit() [1/2]
  
  
      
        
          | Arp::Plc::Commons::Gds::Bit::Bit  | 
          ( | 
          bool  | 
          valueArg = false | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Constructs an Bit instance.
Constructs and initializes a Bit object.
 
 
◆ Bit() [2/2]
  
  
      
        
          | Arp::Plc::Commons::Gds::Bit::Bit  | 
          ( | 
          const Bit &  | 
          arg | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ ~Bit()
  
  
      
        
          | Arp::Plc::Commons::Gds::Bit::~Bit  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
Destructs this instance and frees all resources.
 
 
◆ IsSet()
  
  
      
        
          | bool Arp::Plc::Commons::Gds::Bit::IsSet  | 
          ( | 
          void  | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Returns the state of a Bit object.
 
 
◆ operator bool()
  
  
      
        
          | Arp::Plc::Commons::Gds::Bit::operator bool  | 
          ( | 
          void  | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Overload of operator bool.
 
 
◆ operator=()
  
  
      
        
          | Bit& Arp::Plc::Commons::Gds::Bit::operator=  | 
          ( | 
          const Bit &  | 
          arg | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
The documentation for this class was generated from the following file: