HEBI C++ API  3.4.0
hebi::Info::BoolField Class Referencefinal

A message field representable by a bool value. More...

#include <info.hpp>

Public Member Functions

bool has () const
 True if (and only if) the field has a value. More...
 
bool get () const
 If the field has a value, returns that value; otherwise, returns false. More...
 

Detailed Description

A message field representable by a bool value.

Member Function Documentation

◆ has()

bool hebi::Info::BoolField::has ( ) const

True if (and only if) the field has a value.

◆ get()

bool hebi::Info::BoolField::get ( ) const

If the field has a value, returns that value; otherwise, returns false.


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