Skip to main content

The STLInfo Struct Reference

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

Declaration

struct STLInfo { ... }

Public Member Attributes Index

const char *className
const char *baseClass1
const char *baseClass2
const char *templType1
const char *templName1
const char *templType2
const char *templName2
boolvirtualInheritance
booliterators

Description

A struct contained the data for an STL class.

Definition at line 21 of file stlsupport.cpp.

Public Member Attributes

baseClass1

const char* STLInfo::baseClass1

Definition at line 24 of file stlsupport.cpp.

24 const char *baseClass1;

Referenced by addSTLClass.

baseClass2

const char* STLInfo::baseClass2

Definition at line 25 of file stlsupport.cpp.

25 const char *baseClass2;

Referenced by addSTLClass.

className

const char* STLInfo::className

Definition at line 23 of file stlsupport.cpp.

23 const char *className;

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.

27 const char *templName1;

Referenced by addSTLClass.

templName2

const char* STLInfo::templName2

Definition at line 29 of file stlsupport.cpp.

29 const char *templName2;

Referenced by addSTLClass.

templType1

const char* STLInfo::templType1

Definition at line 26 of file stlsupport.cpp.

26 const char *templType1;

Referenced by addSTLClass.

templType2

const char* STLInfo::templType2

Definition at line 28 of file stlsupport.cpp.

28 const char *templType2;

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:


Generated via doxygen2docusaurus by Doxygen 1.14.0.