Add 'xo-refcnt/' from commit 'bcd86e5324'
git-subtree-dir: xo-refcnt git-subtree-mainline:ce2fc80bfdgit-subtree-split:bcd86e5324
This commit is contained in:
commit
2075b654af
17 changed files with 1278 additions and 0 deletions
16
xo-refcnt/src/Displayable.cpp
Normal file
16
xo-refcnt/src/Displayable.cpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/* @file Displayable.cpp */
|
||||
|
||||
#include "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