#include <interfaces.h>
Public Member Functions | |
std::string | getFrom () |
std::string | getTo () |
void | setFrom (std::string value) |
void | setTo (std::string value) |
Protected Attributes | |
std::string | _from |
std::string | _to |
Definition at line 75 of file interfaces.h.
std::string CEdgeInterface::getFrom | ( | ) | [inline] |
Definition at line 81 of file interfaces.h.
std::string CEdgeInterface::getTo | ( | ) | [inline] |
Definition at line 84 of file interfaces.h.
void CEdgeInterface::setFrom | ( | std::string | value | ) | [inline] |
Definition at line 80 of file interfaces.h.
void CEdgeInterface::setTo | ( | std::string | value | ) | [inline] |
Definition at line 83 of file interfaces.h.
std::string CEdgeInterface::_from [protected] |
Definition at line 78 of file interfaces.h.
std::string CEdgeInterface::_to [protected] |
Definition at line 78 of file interfaces.h.