Merge branch 'master' of https://git.shs.tools/SHS/pip
This commit is contained in:
@@ -392,7 +392,7 @@ PICout & PICout::operator <<(float v) {if (!act_) return *this; space(); PIFLOAT
|
||||
|
||||
PICout & PICout::operator <<(double v) {if (!act_) return *this; space(); PIFLOATCOUT(v)}
|
||||
|
||||
PICout & PICout::operator <<(void * v) {
|
||||
PICout & PICout::operator <<(const void * v) {
|
||||
if (!act_) return *this;
|
||||
space();
|
||||
write("0x" + PIString::fromNumber(ullong(v), 16));
|
||||
|
||||
@@ -232,7 +232,7 @@ public:
|
||||
|
||||
//! \~english Output operator for pointers
|
||||
//! \~russian Оператор вывода для указателей
|
||||
PICout & operator <<(void * v);
|
||||
PICout & operator <<(const void * v);
|
||||
|
||||
//! \~english Output operator for PIObject and ancestors
|
||||
//! \~russian Оператор вывода для PIObject и наследников
|
||||
|
||||
Reference in New Issue
Block a user