Fcitx
Public Types | Public Member Functions | List of all members
fcitx::IntConstrain Class Reference

Integer type constrain with a lower and a upper bound. More...

#include <fcitx-config/option.h>

Public Types

using Type = int
 

Public Member Functions

 IntConstrain (int min=std::numeric_limits< int >::min(), int max=std::numeric_limits< int >::max())
 
bool check (int value) const
 
void dumpDescription (RawConfig &config) const
 

Detailed Description

Integer type constrain with a lower and a upper bound.

Definition at line 173 of file option.h.


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