|
inlib
1.2.0
|


Public Member Functions | |
| virtual io::iwbuf & | buffer ()=0 |
| virtual bool | beg_node (const node &)=0 |
| virtual bool | end_node (const node &)=0 |
| write_action (std::ostream &a_out) | |
| virtual | ~write_action () |
Protected Member Functions | |
| write_action (const write_action &a_from) | |
| write_action & | operator= (const write_action &a_from) |
Definition at line 21 of file write_action.
| inlib::sg::write_action::write_action | ( | std::ostream & | a_out | ) | [inline] |
Definition at line 27 of file write_action.
: action(a_out){}
| virtual inlib::sg::write_action::~write_action | ( | ) | [inline, virtual] |
Definition at line 28 of file write_action.
{}
| inlib::sg::write_action::write_action | ( | const write_action & | a_from | ) | [inline, protected] |
Definition at line 30 of file write_action.
: action(a_from){}
| virtual bool inlib::sg::write_action::beg_node | ( | const node & | ) | [pure virtual] |
Implemented in inlib::sg::write_exsg.
| virtual io::iwbuf& inlib::sg::write_action::buffer | ( | ) | [pure virtual] |
Implemented in inlib::sg::write_exsg.
| virtual bool inlib::sg::write_action::end_node | ( | const node & | ) | [pure virtual] |
Implemented in inlib::sg::write_exsg.
| write_action& inlib::sg::write_action::operator= | ( | const write_action & | a_from | ) | [inline, protected] |
Definition at line 31 of file write_action.
{
action::operator=(a_from);
return *this;
}
1.7.5.1