PCL
Console.h File Reference
#include <pcl/Defs.h>
#include <pcl/StringList.h>

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)