libDwm-0.6.0
Dwm::Argument< T > Class Template Reference

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

_value
 

Friends

std::ostream & operator<< (std::ostream &os, const Argument< T > &arg)
 ostream operator << for Argument instances.
 

Detailed Description

template<typename T>
class Dwm::Argument< T >

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.


The documentation for this class was generated from the following file: