PLCnext API Documentation 25.0.2.69
Public Member Functions | List of all members
Arp::Plc::Commons::Gds::Bit Class Reference

This class represents a single bit data type. More...

#include <Bit.hpp>

Public Member Functions

 Bit (bool value=false)
 Constructs and initializes a Bit object. More...
 
 operator bool (void) const
 Overloaded operator bool.
 
bool IsSet (void) const
 Returns the state of a Bit object.
 

Detailed Description

This class represents a single bit data type.

Constructor & Destructor Documentation

◆ Bit()

Arp::Plc::Commons::Gds::Bit::Bit ( bool  value = false)

Constructs and initializes a Bit object.

Constructs an Bit instance.


The documentation for this class was generated from the following files: