Static Public Member Functions

cmtk::CommandLine::Item::Helper< T > Class Template Reference

Helper class to avoid function template. More...

#include <cmtkCommandLine.h>

List of all members.

Static Public Member Functions

static mxml_node_t * MakeXML (const Item *item, mxml_node_t *const parent)
 Make a basic XML node for a generic item based on type, properties, attribute, etc.
static std::string GetParamTypeString (const Item *item)
 Return a textual description of the parameter associated with this option.

Detailed Description

template<class T>
class cmtk::CommandLine::Item::Helper< T >

Helper class to avoid function template.

Definition at line 345 of file cmtkCommandLine.h.


Member Function Documentation

template<class T >
std::string cmtk::CommandLine::Item::Helper< T >::GetParamTypeString ( const Item item ) [static]
template<class T >
mxml_node_t * cmtk::CommandLine::Item::Helper< T >::MakeXML ( const Item item,
mxml_node_t *const   parent 
) [static]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines