Public Member Functions | Public Attributes | List of all members
TemplateKeyValue Struct Reference

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
 

Detailed Description

A container to store a key-value pair.

Definition at line 501 of file template.cpp.

Constructor & Destructor Documentation

TemplateKeyValue::TemplateKeyValue ( )
inline

Definition at line 503 of file template.cpp.

503 {}
TemplateKeyValue::TemplateKeyValue ( const QCString k,
const TemplateVariant v 
)
inline

Definition at line 504 of file template.cpp.

504 : key(k), value(v) {}
TemplateVariant value
Definition: template.cpp:506

Member Data Documentation

QCString TemplateKeyValue::key

Definition at line 505 of file template.cpp.

TemplateVariant TemplateKeyValue::value

Definition at line 506 of file template.cpp.


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