Classes | |
class | Clcm |
class | Cle2000 |
class | Cle2000Exception |
class | LCMexception |
class | Lifo |
class | LifoException |
Functions | |
std::ostream & | operator<< (std::ostream &, ClcmPtr) throw (LCMexception) |
Exception class for Cle2000 wrapper uses in C++
Exception class for LCM uses in C++
Exception class for Lifo stack uses in C++
std::ostream& ganlib::operator<< | ( | std::ostream & | , |
ClcmPtr | |||
) | throw (LCMexception) |
Export a Clcm object into an ostream (ascii stream). This method is not available for file-type Clcm objects. A Clcm object can be dumped to the standard output using:
cout << myClcm;
s | initial std::ostream objet. |
myClcm | ClcmPtr object to export. |