#include <range.hh>
|
|
LINPHONECXX_PUBLIC | Range (void *ptr, bool takeRef=true) |
| |
|
LINPHONECXX_PUBLIC _LinphoneRange * | cPtr () |
| |
| LINPHONECXX_PUBLIC int | getMax () const |
| |
| LINPHONECXX_PUBLIC void | setMax (int max) |
| |
| LINPHONECXX_PUBLIC int | getMin () const |
| |
| LINPHONECXX_PUBLIC void | setMin (int min) |
| |
Structure describing a range of integers.
◆ getMax()
| LINPHONECXX_PUBLIC int linphone::Range::getMax |
( |
| ) |
const |
Gets the higher value of the range.
- Returns
- The higher value
◆ getMin()
| LINPHONECXX_PUBLIC int linphone::Range::getMin |
( |
| ) |
const |
Gets the lower value of the range.
- Returns
- The lower value
◆ setMax()
| LINPHONECXX_PUBLIC void linphone::Range::setMax |
( |
int |
max | ) |
|
Sets the higher value of the range.
- Parameters
-
◆ setMin()
| LINPHONECXX_PUBLIC void linphone::Range::setMin |
( |
int |
min | ) |
|
Sets the lower value of the range.
- Parameters
-
The documentation for this class was generated from the following file: