enum

Cling::Parser::Result::Kind

Inherits Enum < Comparable < Value < Object

Represents the kind of the result.

Constants

Argument = 0
ShortFlag = 1
LongFlag = 2

Instance methods

argument?

Returns true if this enum value equals Argument

Source
long_flag?

Returns true if this enum value equals LongFlag

Source
short_flag?

Returns true if this enum value equals ShortFlag

Source