My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
TemplateStruct::Private Class Reference

Private data of a template struct object. More...

Public Member Functions

 Private ()
 

Public Attributes

QDict< TemplateVariantfields
 
int refCount
 

Detailed Description

Private data of a template struct object.

Definition at line 242 of file template.cpp.

Constructor & Destructor Documentation

TemplateStruct::Private::Private ( )
inline

Definition at line 245 of file template.cpp.

References fields.

: fields(17), refCount(0)
{ fields.setAutoDelete(TRUE); }

Member Data Documentation

QDict<TemplateVariant> TemplateStruct::Private::fields

Definition at line 247 of file template.cpp.

Referenced by TemplateStruct::get(), Private(), and TemplateStruct::set().

int TemplateStruct::Private::refCount

Definition at line 248 of file template.cpp.

Referenced by TemplateStruct::addRef(), and TemplateStruct::release().


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