Pre-declare the Argument class template. More...
#include <DwmOptArgs.hh>
Public Member Functions | |
| Argument< T > | operator= (const std::string &s) |
| operator T () const | |
Protected Attributes | |
| T | _value |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Argument< T > &arg) |
| ostream operator << for Argument instances. | |
Pre-declare the Argument class template.
Simple class template for a command-line argument.
This can be used directly, thought it typically is only used by OptArgs.