clipp::parser::missing_event Class Reference

references a non-matched, required parameter More...

#include <clipp.h>

Public Member Functions

 missing_event (const parameter *p, arg_index after)
 
const parameterparam () const noexcept
 
arg_index after_index () const noexcept
 

Detailed Description

references a non-matched, required parameter

Definition at line 4242 of file clipp.h.

Constructor & Destructor Documentation

◆ missing_event()

clipp::parser::missing_event::missing_event ( const parameter p,
arg_index  after 
)
inlineexplicit

Definition at line 4245 of file clipp.h.

Member Function Documentation

◆ after_index()

arg_index clipp::parser::missing_event::after_index ( ) const
inlinenoexcept

Definition at line 4251 of file clipp.h.

◆ param()

const parameter* clipp::parser::missing_event::param ( ) const
inlinenoexcept

Definition at line 4249 of file clipp.h.


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