My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 502 of file template.cpp.

Constructor & Destructor Documentation

TemplateKeyValue::TemplateKeyValue ( )
inline

Definition at line 504 of file template.cpp.

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

Definition at line 505 of file template.cpp.

: key(k), value(v) {}

Member Data Documentation

QCString TemplateKeyValue::key

Definition at line 506 of file template.cpp.

TemplateVariant TemplateKeyValue::value

Definition at line 507 of file template.cpp.


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