TDictMap< T >::Table Struct Reference

#include <mia/core/dictmap.hh>

Data Fields

const char *const help
 help text More...
 
const char *const name
 parameter name More...
 
const T value
 parameter value More...
 

Detailed Description

template<typename T>
struct TDictMap< T >::Table

The initialisation table. The last entry must have the name pointer pointing to 0.

Definition at line 54 of file dictmap.hh.

Field Documentation

◆ help

template<typename T>
const char* const TDictMap< T >::Table::help

help text

Definition at line 60 of file dictmap.hh.

◆ name

template<typename T>
const char* const TDictMap< T >::Table::name

parameter name

Definition at line 56 of file dictmap.hh.

◆ value

template<typename T>
const T TDictMap< T >::Table::value

parameter value

Definition at line 58 of file dictmap.hh.


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