Public Types | |
typedef TransportServer *(* | ServerFactory )(const std::string &) |
typedef TransportClient *(* | ClientFactory )(const std::string &) |
Public Member Functions | |
TransportInfo (const std::string &nm, ServerFactory sf, ClientFactory cf) | |
Public Attributes | |
std::string | name |
ServerFactory | serverfactory |
ClientFactory | clientfactory |
Stores the name and factory methods for a type of Transport.