git-svn-id: svn://db.shs.com.ru/pip@630 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2018-09-25 21:09:32 +00:00
parent 32093a62fd
commit 271f211fbc
4 changed files with 18 additions and 4 deletions

View File

@@ -41,10 +41,16 @@ public:
}
};
int main() {
A a;
/*A a;
CONNECTU(PICout::Notifier::object(), finished, &a, pcf);
PIString buffer = "my buff:";
PICout(&buffer, 1) << "int 10 ->" << 10 << ", time ->" << PITime::current();
PICout(&buffer, 1) << "int 10 ->" << 10 << ", time ->" << PITime::current();*/
PIString s("str");
piCout << s;
piCout << s.quoted();
piCout << s.quoted();
piCout << s.quote();
piCout << s;
return 0;
/*}