soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
TNAMEDVALUE< T > Struct Template Reference

Structure to hold a named value. More...

#include <SNamedValue.h>

Public Attributes

wchar_t strName [50+1]
 
value
 

Detailed Description

template<class T>
struct TNAMEDVALUE< T >

Structure to hold a named value.

This structure contains a name (up to MAX_NAME characters) and a value of type T.

Template Parameters
TType of the value.

Definition at line 20 of file SNamedValue.h.

Member Data Documentation

◆ strName

template<class T>
wchar_t TNAMEDVALUE< T >::strName[50+1]

Definition at line 22 of file SNamedValue.h.

◆ value

template<class T>
T TNAMEDVALUE< T >::value

Definition at line 23 of file SNamedValue.h.


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