typedatabase.h | typedatabase.h | |||
---|---|---|---|---|
skipping to change at line 30 | skipping to change at line 30 | |||
* 02110-1301 USA | * 02110-1301 USA | |||
* | * | |||
*/ | */ | |||
#ifndef TYPEDATABASE_H | #ifndef TYPEDATABASE_H | |||
#define TYPEDATABASE_H | #define TYPEDATABASE_H | |||
#include <QStringList> | #include <QStringList> | |||
#include "typesystem.h" | #include "typesystem.h" | |||
APIEXTRACTOR_API void setTypeRevision(TypeEntry* typeEntry, int revision); | ||||
APIEXTRACTOR_API int getTypeRevision(const TypeEntry* typeEntry); | ||||
APIEXTRACTOR_API int getTypeIndex(const TypeEntry* typeEntry); | ||||
APIEXTRACTOR_API int getMaxTypeIndex(); | ||||
class ContainerTypeEntry; | class ContainerTypeEntry; | |||
class PrimitiveTypeEntry; | class PrimitiveTypeEntry; | |||
class APIEXTRACTOR_API TypeDatabase | class APIEXTRACTOR_API TypeDatabase | |||
{ | { | |||
TypeDatabase(); | TypeDatabase(); | |||
TypeDatabase(const TypeDatabase&); | TypeDatabase(const TypeDatabase&); | |||
TypeDatabase& operator=(const TypeDatabase&); | TypeDatabase& operator=(const TypeDatabase&); | |||
public: | public: | |||
/** | /** | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 5 lines changed or added | |||