Robot Raconteur Core C++ Library
Loading...
Searching...
No Matches
RobotRaconteur::EnumDefinitionValue Class Reference

Class representing an enum definition value. More...

#include <ServiceDefinition.h>

Public Member Functions

 EnumDefinitionValue ()
 Construct a new EnumDefinitionValue.

Public Attributes

std::string Name
 The name of the enum value.
int32_t Value
 The numeric value of the enum value.
bool ImplicitValue
 If true, the enum value is implicitly incremented by 1 from the previous value.
bool HexValue
 Value is represented using a hex literal.
std::string DocString
 Documentations string for the enum value.

Detailed Description

Class representing an enum definition value.

See EnumDefinition

Constructor & Destructor Documentation

◆ EnumDefinitionValue()

RobotRaconteur::EnumDefinitionValue::EnumDefinitionValue ( )

Construct a new EnumDefinitionValue.

Must not be constructed as a shared pointer


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