9 #ifndef IMPBASE_OBJECT_H
10 #define IMPBASE_OBJECT_H
12 #include <IMP/base/base_config.h>
17 IMPBASE_BEGIN_NAMESPACE
18 #if !defined(IMP_DOXYGEN) && !defined(SWIG)
25 std::ostringstream oss;
29 const std::string &get_string()
const {
return showed_; }
31 inline std::ostream &operator<<(std::ostream &o,
const ShowFull &sf) {
A shared base class to help in debugging and things.
A shared base class to help in debugging and things.