lestes::std::objectize< ucn_string > Class Template Reference

#include <objectize.hh>

Inheritance diagram for lestes::std::objectize< ucn_string >:

lestes::std::object lestes::std::mem::keystone List of all members.

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

Detailed Description

template<>
class lestes::std::objectize< ucn_string >

Definition at line 140 of file objectize.hh.


Constructor & Destructor Documentation

lestes::std::objectize< ucn_string >::objectize ( const ucn_string a_value  )  [inline, protected]

Definition at line 144 of file objectize.hh.

00144                                              : value(a_value)
00145         {}


Member Function Documentation

static ptr< objectize<ucn_string> > lestes::std::objectize< ucn_string >::create ( const ucn_string a_value  )  [inline, static]

Definition at line 147 of file objectize.hh.

00148         {
00149                 return new objectize<ucn_string>(a_value);
00150         }

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         }


Member Data Documentation

const ucn_string lestes::std::objectize< ucn_string >::value [private]

Definition at line 142 of file objectize.hh.


The documentation for this class was generated from the following file:
Generated on Mon Feb 12 18:25:59 2007 for lestes by doxygen 1.5.1-20070107