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

Public Member Functions | |
| virtual void | accept_dumper_visitor (ptr< dumper_visitor > v) |
Static Public Member Functions | |
| static ptr< objectize< lstring > > | create (const lstring &a_value) |
Protected Member Functions | |
| objectize (const lstring &a_value) | |
Private Attributes | |
| const lstring | value |
Definition at line 122 of file objectize.hh.
| lestes::std::objectize< lstring >::objectize | ( | const lstring & | a_value | ) | [inline, protected] |
| static ptr< objectize<lstring> > lestes::std::objectize< lstring >::create | ( | const lstring & | a_value | ) | [inline, static] |
| virtual void lestes::std::objectize< lstring >::accept_dumper_visitor | ( | ptr< dumper_visitor > | v | ) | [inline, virtual] |
Reimplemented from lestes::std::object.
Definition at line 133 of file objectize.hh.
00134 { 00135 return v->visit_lstring(value); 00136 }
const lstring lestes::std::objectize< lstring >::value [private] |
Definition at line 124 of file objectize.hh.
1.5.1-20070107