PLCnext API Documentation  22.9.0.33
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 an Bit instance. More...
 
 operator bool (void) const
 Overloaded operator bool. More...
 
bool IsSet (void) const
 Returns the state of a Bit object. More...
 

Detailed Description

This class represents a single bit data type.

Constructor & Destructor Documentation

◆ Bit()

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

Constructs an Bit instance.

Constructs and initializes a Bit object.

Member Function Documentation

◆ 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

Overloaded operator bool.


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