A container to store a key-value pair. More...
Public Member Functions | |
TemplateKeyValue () | |
TemplateKeyValue (const QCString &k, const TemplateVariant &v) | |
Public Attributes | |
QCString | key |
TemplateVariant | value |
A container to store a key-value pair.
Definition at line 501 of file template.cpp.
|
inline |
Definition at line 503 of file template.cpp.
|
inline |
Definition at line 504 of file template.cpp.
QCString TemplateKeyValue::key |
Definition at line 505 of file template.cpp.
TemplateVariant TemplateKeyValue::value |
Definition at line 506 of file template.cpp.