to_string_v Class Reference

a to to string interface More...

#include <source/ariba/utility/addressing/facades/to_string_v.hpp>

Inherited by vobject_hull< NonVirtual, to_string_v, AdaptorType >.

List of all members.

Public Member Functions

virtual string to_string () const =0
 convert address to a string that can be used to reconstruct the address
virtual bool assign (const std::string &text)=0
 Assigns an address using a human-readable.
to_string_vassign (const char *text)
 convenience method for assignment of a c-strings
to_string_voperator= (const std::string &text)
 convenience method for assignment of strings
to_string_voperator= (const char *text)
 convenience method for assignment of strings


Detailed Description

a to to string interface

TODO: Doc

Author:
Sebastian Mies <mies@tm.uka.de>

Definition at line 17 of file to_string_v.hpp.


Member Function Documentation

to_string_v& to_string_v::assign ( const char *  text  )  [inline]

convenience method for assignment of a c-strings

Definition at line 28 of file to_string_v.hpp.

References assign().

virtual bool to_string_v::assign ( const std::string &  text  )  [pure virtual]

Assigns an address using a human-readable.

Implemented in vobject_hull< NonVirtual, to_string_v, AdaptorType >.

Referenced by assign(), and operator=().

to_string_v& to_string_v::operator= ( const char *  text  )  [inline]

convenience method for assignment of strings

Definition at line 40 of file to_string_v.hpp.

References assign().

to_string_v& to_string_v::operator= ( const std::string &  text  )  [inline]

convenience method for assignment of strings

Definition at line 34 of file to_string_v.hpp.

References assign().

virtual string to_string_v::to_string (  )  const [pure virtual]

convert address to a string that can be used to reconstruct the address

Implemented in vobject_hull< NonVirtual, to_string_v, AdaptorType >.


The documentation for this class was generated from the following file:

Generated on Fri Aug 14 23:38:44 2009 for Ariba by  doxygen 1.5.8