xo-reader2: + IPrintable+DDefineSsm
This commit is contained in:
parent
b920b775d5
commit
d39dab185a
8 changed files with 133 additions and 0 deletions
|
|
@ -494,6 +494,14 @@ namespace xo {
|
|||
this->get_expect_str());
|
||||
}
|
||||
|
||||
bool
|
||||
DDefineSsm::pretty(const ppindentinfo & ppii) const
|
||||
{
|
||||
return ppii.pps()->pretty_struct
|
||||
(ppii,
|
||||
"DDefineSsm",
|
||||
refrtag("defstate", defstate_));
|
||||
}
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue