#include <source/ariba/utility/addressing/facades/to_string_v.hpp>
Inherited by vobject_hull< NonVirtual, to_string_v, AdaptorType >.
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_v & | assign (const char *text) |
convenience method for assignment of a c-strings | |
to_string_v & | operator= (const std::string &text) |
convenience method for assignment of strings | |
to_string_v & | operator= (const char *text) |
convenience method for assignment of strings |
TODO: Doc
Definition at line 17 of file to_string_v.hpp.
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 >.