◆ Numeric()
Numeric::Numeric::Numeric |
( |
unsigned int |
num | ) |
|
|
inline |
◆ GetNumeric()
unsigned int Numeric::Numeric::GetNumeric |
( |
| ) |
const |
|
inline |
Get the number of the numeric as an unsigned integer
- Returns
- Numeric number as an unsigned integer
◆ GetParams() [1/2]
Get the parameters of the numeric
- Returns
- Parameters of the numeric as a vector of strings
◆ GetParams() [2/2]
Get the parameters of the numeric
- Returns
- Parameters of the numeric as a const vector of strings
◆ GetServer()
Server* Numeric::Numeric::GetServer |
( |
| ) |
const |
|
inline |
Get the source server of the numeric
- Returns
- Source server or NULL if the source is the local server
◆ push()
template<typename T >
Numeric& Numeric::Numeric::push |
( |
const T & |
x | ) |
|
|
inline |
Add a parameter to the numeric. The parameter will be converted to a string first with ConvToStr().
- Parameters
-
◆ SetServer()
void Numeric::Numeric::SetServer |
( |
Server * |
server | ) |
|
|
inline |
Set the source server of the numeric. The source server defaults to the local server.
- Parameters
-
The documentation for this class was generated from the following file: