XLKit
0.1.0
|
Function parameter with associated help. More...
#include <xlkit.hpp>
Public Types | |
typedef T | type |
typedef PARM_HELP | parm_help_tag |
Public Member Functions | |
const T & | value () const |
Value of the parameter. | |
operator const T & () const | |
operator T & () | |
Static Public Member Functions | |
static const char * | name () |
Name of the parameter for Excel. | |
static const char * | help () |
Help of the parameter for Excel. | |
Function parameter with associated help.