|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
Helper class to aid in output of IMP classes to streams.
More...
#include <IMP/Showable.h>
Helper class to aid in output of IMP classes to streams.
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 Showable &)=default | |
| 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 |
| Showable & | operator= (const Showable &)=default |