#include <options.h>
Inheritance diagram for mysqlpp::DataOption< T >:
Public Types | |
typedef T | ArgType |
Alias for template param. | |
Protected Member Functions | |
DataOption (const T &arg) | |
Construct object. | |
Protected Attributes | |
T | arg_ |
The argument value. |