xo-reader2: + IPrintable+DExpectSymbolSsm
This commit is contained in:
parent
353c29791c
commit
8d7244a214
7 changed files with 139 additions and 0 deletions
|
|
@ -103,6 +103,16 @@ namespace xo {
|
|||
sym,
|
||||
this->get_expect_str());
|
||||
}
|
||||
|
||||
bool
|
||||
DExpectSymbolSsm::pretty(const ppindentinfo & ppii) const
|
||||
{
|
||||
return ppii.pps()->pretty_struct
|
||||
(ppii,
|
||||
"DExpectSymbolSsm"
|
||||
//refrtag("member", member_)
|
||||
);
|
||||
}
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue