8 namespace Arp {
namespace Plc {
namespace Commons {
namespace Gds
20 Bit(
bool value =
false);
22 Bit(
const Bit& arg) =
default;
29 operator bool(
void)
const;
32 bool IsSet(
void)
const;
48 inline Bit::operator bool(
void)
const This class represents a single bit data type.
Definition: Bit.hpp:14
Root namespace for the PLCnext API
bool IsSet(void) const
Returns the state of a Bit object.
Definition: Bit.hpp:54
~Bit(void)=default
Destructs this instance and frees all resources.
Bit & operator=(const Bit &arg)=default
Assignment operator.
Bit(bool value=false)
Constructs an Bit instance.
Definition: Bit.hpp:42