◆ defaultInitializer()
string MetaTypeInfo::defaultInitializer |
( |
| ) |
const |
|
inline |
◆ fileName()
string MetaTypeInfo::fileName |
( |
| ) |
|
|
inline |
◆ hasDefaultValue()
bool MetaTypeInfo::hasDefaultValue |
( |
| ) |
const |
|
inline |
◆ isNotNullable()
bool MetaTypeInfo::isNotNullable |
( |
| ) |
const |
|
inline |
◆ memberName()
string MetaTypeInfo::memberName |
( |
| ) |
const |
|
inline |
◆ needsOptional()
bool MetaTypeInfo::needsOptional |
( |
| ) |
const |
|
inline |
◆ nullableCheck()
string MetaTypeInfo::nullableCheck |
( |
| ) |
const |
|
inline |
◆ nullableSetter()
string MetaTypeInfo::nullableSetter |
( |
| ) |
const |
|
inline |
◆ typeNameWithQualifiers()
string MetaTypeInfo::typeNameWithQualifiers |
( |
| ) |
const |
|
inline |
◆ writeName()
string MetaTypeInfo::writeName |
( |
| ) |
const |
|
inline |
◆ containerType
If isContainer
is true, the type of the container.
◆ defaultValue
string MetaTypeInfo::defaultValue = "" |
◆ description
string MetaTypeInfo::description = "" |
Description of this property.
◆ isContainer
bool MetaTypeInfo::isContainer = false |
If the type is a container type.
◆ isLast
bool MetaTypeInfo::isLast = false |
◆ isLastNonNullable
bool MetaTypeInfo::isLastNonNullable = false |
◆ isNullable
bool MetaTypeInfo::isNullable = false |
If this property is nullable according to the OpenAPI spec.
◆ isTypeNullable
bool MetaTypeInfo::isTypeNullable = false |
If this type has a non-ambigious null state.
◆ name
string MetaTypeInfo::name = "" |
◆ needsLocalImport
bool MetaTypeInfo::needsLocalImport = false |
If the type needs a local import (such as types elsewhere in this project).
◆ needsPointer
bool MetaTypeInfo::needsPointer = false |
◆ needsSystemImport
bool MetaTypeInfo::needsSystemImport = false |
If the type needs a system import (Such as Qt types)
◆ originalName
string MetaTypeInfo::originalName = "" |
◆ typeName
string MetaTypeInfo::typeName = "" |
◆ typeNullableCheck
string MetaTypeInfo::typeNullableCheck |
◆ typeNullableSetter
string MetaTypeInfo::typeNullableSetter = "" |
The documentation for this class was generated from the following file: