pivariant, enum, tiny format
This commit is contained in:
@@ -806,6 +806,10 @@ public:
|
||||
//! \~english Take a number with C-format from the begin of this string and return it.
|
||||
//! \~russian Извлекает число в C-формате с начала строки и возвращает его как строку.
|
||||
PIString takeNumber();
|
||||
|
||||
//! \~english Take a digits from the begin of this string and return it.
|
||||
//! \~russian Извлекает цифры с начала строки и возвращает их как строку.
|
||||
PIString takeInteger();
|
||||
|
||||
//! \~english Take a range between "start" and "end" characters from the begin of this string and return it.
|
||||
//! \~russian Извлекает диапазон между символами "start" и "end" с начала строки и возвращает его.
|
||||
|
||||
Reference in New Issue
Block a user