Connection< T > Class Template Reference
declaration of the
Connection class, that users will need to specialize.
More...
#include <Connection.h>
Detailed Description
template<class T>
class Connection< T >
declaration of the
Connection class, that users will need to specialize.
Specialized versions of Connection should inherit from ConnectionBase, but this general declaration does not have to. The type T should be a simple tag used to specify the general connection type.
The documentation for this class was generated from the following file: