#include <source/ariba/utility/addressing/facades/to_string_v.hpp>
Inherits to_string_v.
Public Member Functions | |
template<typename T > | |
vobject_hull (T &obj) | |
vobject_hull () | |
virtual string | to_string () const |
convert address to a string that can be used to reconstruct the address | |
virtual bool | assign (const std::string &text) |
Assigns an address using a human-readable. | |
Private Attributes | |
AdaptorType::template adaptor_type< NonVirtual > | obj |
Definition at line 50 of file to_string_v.hpp.
vobject_hull< NonVirtual, to_string_v, AdaptorType >::vobject_hull | ( | T & | obj | ) | [inline, explicit] |
Definition at line 56 of file to_string_v.hpp.
vobject_hull< NonVirtual, to_string_v, AdaptorType >::vobject_hull | ( | ) | [inline, explicit] |
Definition at line 60 of file to_string_v.hpp.
virtual bool vobject_hull< NonVirtual, to_string_v, AdaptorType >::assign | ( | const std::string & | text | ) | [inline, virtual] |
Assigns an address using a human-readable.
Implements to_string_v.
Definition at line 72 of file to_string_v.hpp.
virtual string vobject_hull< NonVirtual, to_string_v, AdaptorType >::to_string | ( | ) | const [inline, virtual] |
convert address to a string that can be used to reconstruct the address
Implements to_string_v.
Definition at line 67 of file to_string_v.hpp.
AdaptorType::template adaptor_type<NonVirtual> vobject_hull< NonVirtual, to_string_v, AdaptorType >::obj [private] |
Definition at line 52 of file to_string_v.hpp.