+ implementation
This commit is contained in:
parent
0e18026fba
commit
87b4bfa795
10 changed files with 1446 additions and 0 deletions
16
src/Displayable.cpp
Normal file
16
src/Displayable.cpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/* @file Displayable.cpp */
|
||||
|
||||
#include "refcnt/Displayable.hpp"
|
||||
|
||||
namespace xo {
|
||||
using xo::tostr;
|
||||
|
||||
namespace ref {
|
||||
std::string
|
||||
Displayable::display_string() const {
|
||||
return tostr(*this);
|
||||
} /*display_string*/
|
||||
} /*namespace ref*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end Displayable.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue