Class Info::BoolField

Nested Relationships

This class is a nested type of Class Info.

Class Documentation

class BoolField

A message field representable by a bool value.

Public Functions

BoolField(const HebiInfoRef &internal, HebiInfoBoolField field)
bool has() const

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

bool get() const

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