Doxygen
Loading...
Searching...
No Matches
STLInfo Struct Reference

A struct contained the data for an STL class. More...

Public Attributes

const char * className
 
const char * baseClass1
 
const char * baseClass2
 
const char * templType1
 
const char * templName1
 
const char * templType2
 
const char * templName2
 
bool virtualInheritance
 
bool iterators
 

Detailed Description

A struct contained the data for an STL class.

Definition at line 21 of file stlsupport.cpp.

Member Data Documentation

◆ baseClass1

const char* STLInfo::baseClass1

Definition at line 24 of file stlsupport.cpp.

Referenced by addSTLClass().

◆ baseClass2

const char* STLInfo::baseClass2

Definition at line 25 of file stlsupport.cpp.

Referenced by addSTLClass().

◆ className

const char* STLInfo::className

Definition at line 23 of file stlsupport.cpp.

Referenced by addSTLClass(), and addSTLClasses().

◆ iterators

bool STLInfo::iterators

Definition at line 31 of file stlsupport.cpp.

Referenced by addSTLClass().

◆ templName1

const char* STLInfo::templName1

Definition at line 27 of file stlsupport.cpp.

Referenced by addSTLClass().

◆ templName2

const char* STLInfo::templName2

Definition at line 29 of file stlsupport.cpp.

Referenced by addSTLClass().

◆ templType1

const char* STLInfo::templType1

Definition at line 26 of file stlsupport.cpp.

Referenced by addSTLClass().

◆ templType2

const char* STLInfo::templType2

Definition at line 28 of file stlsupport.cpp.

Referenced by addSTLClass().

◆ virtualInheritance

bool STLInfo::virtualInheritance

Definition at line 30 of file stlsupport.cpp.

Referenced by addSTLClass().


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