PCL
|
Go to the source code of this file.
Classes | |
class | pcl::Console |
A high-level interface to a PixInsight processing console. More... | |
Namespaces | |
pcl | |
PCL root namespace. | |
Functions | |
Console & | pcl::operator<< (Console &o, const char *s) |
Console & | pcl::operator<< (Console &o, const String &s) |
template<typename T > | |
Console & | pcl::operator<< (Console &o, T t) |
Console & | pcl::operator>> (Console &o, char &c) |
Console & | pcl::operator>> (Console &o, String &s) |