IMP logo
IMP Reference Guide  2.6.0
The Integrative Modeling Platform
IMP::Showable Class Reference

#include <IMP/Showable.h>

Detailed Description

This is a helper class to aid in output of the various classes in IMP. To support output to streams, a class can use the IMP_SHOWABLE macros to define an implicit conversion to Showable.

Definition at line 25 of file Showable.h.

Public Member Functions

template<class T >
 Showable (const T &t)
 
template<class T >
 Showable (const T *o)
 
template<class T >
 Showable (T *o)
 
 Showable (const std::string &str)
 
 Showable (const char *str)
 
template<class T , class TT >
 Showable (const std::pair< T, TT > &p)
 
std::string get_string () const
 

The documentation for this class was generated from the following file: