#include <objectize.hh>
Inheritance diagram for lestes::std::objectize< ucn_string >:

Public Member Functions | |
| virtual void | accept_dumper_visitor (ptr< dumper_visitor > v) |
Static Public Member Functions | |
| static ptr< objectize< ucn_string > > | create (const ucn_string &a_value) |
Protected Member Functions | |
| objectize (const ucn_string &a_value) | |
Private Attributes | |
| const ucn_string | value |
Definition at line 140 of file objectize.hh.
| lestes::std::objectize< ucn_string >::objectize | ( | const ucn_string & | a_value | ) | [inline, protected] |
| static ptr< objectize<ucn_string> > lestes::std::objectize< ucn_string >::create | ( | const ucn_string & | a_value | ) | [inline, static] |
| virtual void lestes::std::objectize< ucn_string >::accept_dumper_visitor | ( | ptr< dumper_visitor > | v | ) | [inline, virtual] |
Reimplemented from lestes::std::object.
Definition at line 151 of file objectize.hh.
00152 { 00153 return v->visit_ucn_string(value); 00154 }
const ucn_string lestes::std::objectize< ucn_string >::value [private] |
Definition at line 142 of file objectize.hh.
1.5.1-20070107