Public Types | |
typedef boost::shared_ptr < ComponentHandshake > | ref |
Public Member Functions | |
ComponentHandshake (const std::string &data="") | |
void | setData (const std::string &d) |
const std::string & | getData () const |
Definition at line 15 of file ComponentHandshake.h.
typedef boost::shared_ptr<ComponentHandshake> Swift::ComponentHandshake::ref |
Definition at line 17 of file ComponentHandshake.h.
Swift::ComponentHandshake::ComponentHandshake | ( | const std::string & | data = "" |
) | [inline] |
Definition at line 19 of file ComponentHandshake.h.
const std::string& Swift::ComponentHandshake::getData | ( | ) | const [inline] |
Definition at line 26 of file ComponentHandshake.h.
void Swift::ComponentHandshake::setData | ( | const std::string & | d | ) | [inline] |
Definition at line 22 of file ComponentHandshake.h.