#include <source/ariba/LinkProperties.h>
Public Member Functions | |
LinkProperties () | |
virtual | ~LinkProperties () |
string | toString () const |
Static Public Attributes | |
static const LinkProperties | DEFAULT |
Link properties storage. Currently empty but will contain properties to create the link in the future
Definition at line 59 of file LinkProperties.h.
ariba::LinkProperties::LinkProperties | ( | ) |
Constructor of LinkProperties
Definition at line 45 of file LinkProperties.cpp.
ariba::LinkProperties::~LinkProperties | ( | ) | [virtual] |
Destructor of LinkProperties
Definition at line 48 of file LinkProperties.cpp.
string ariba::LinkProperties::toString | ( | ) | const |
Convert to readable string
Definition at line 51 of file LinkProperties.cpp.
const LinkProperties ariba::LinkProperties::DEFAULT [static] |
Default instance of LinkProperties
Definition at line 80 of file LinkProperties.h.