pars 0.2.1.99
Loading...
Searching...
No Matches
pars::f::lf Struct Reference

#include <flags.h>

Public Member Functions

 lf (::pars::lf flags)
 
 lf (int flags)
 

Public Attributes

int val
 

Detailed Description

Definition at line 81 of file flags.h.

Constructor & Destructor Documentation

◆ lf() [1/2]

pars::f::lf::lf ( ::pars::lf flags)
inline

Definition at line 83 of file flags.h.

84 : val{static_cast<int>(flags)}
85 {
86 }
int val
Definition flags.h:93

References val.

◆ lf() [2/2]

pars::f::lf::lf ( int flags)
inline

Definition at line 88 of file flags.h.

89 : val{flags}
90 {
91 }

References val.

Member Data Documentation

◆ val

int pars::f::lf::val

Definition at line 93 of file flags.h.

Referenced by lf(), and lf().


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