Structure to hold a named value. More...
#include <SNamedValue.h>
Public Attributes | |
wchar_t | strName [50+1] |
T | value |
Structure to hold a named value.
This structure contains a name (up to MAX_NAME
characters) and a value of type T
.
T | Type of the value. |
Definition at line 20 of file SNamedValue.h.
wchar_t TNAMEDVALUE< T >::strName[50+1] |
Definition at line 22 of file SNamedValue.h.
T TNAMEDVALUE< T >::value |
Definition at line 23 of file SNamedValue.h.