Qt 4.8
Public Functions | List of all members
QPatternist::ToDerivedStringCasterLocator< type > Class Template Reference

#include <qatomiccasterlocators_p.h>

Inheritance diagram for QPatternist::ToDerivedStringCasterLocator< type >:
QPatternist::ToStringCasterLocator QPatternist::AtomicCasterLocator QPatternist::AtomicTypeVisitor QSharedData

Public Functions

virtual AtomicTypeVisitorResult::Ptr visit (const BooleanType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const StringType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const AnyURIType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const UntypedAtomicType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const DerivedStringType< TypeNormalizedString > *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const DerivedStringType< TypeToken > *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const DerivedStringType< TypeLanguage > *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const DerivedStringType< TypeNMTOKEN > *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const DerivedStringType< TypeName > *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const DerivedStringType< TypeNCName > *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const DerivedStringType< TypeID > *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const DerivedStringType< TypeIDREF > *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const DerivedStringType< TypeENTITY > *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const DateTimeType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const DateType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const SchemaTimeType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const FloatType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const DoubleType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const DecimalType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const IntegerType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const DurationType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const GYearMonthType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const GYearType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const GMonthDayType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const GDayType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const GMonthType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const QNameType *, const SourceLocationReflection *const r) const
 
- Public Functions inherited from QPatternist::ToStringCasterLocator
virtual AtomicTypeVisitorResult::Ptr visit (const Base64BinaryType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const DayTimeDurationType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const HexBinaryType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const NOTATIONType *, const SourceLocationReflection *const r) const
 
virtual AtomicTypeVisitorResult::Ptr visit (const YearMonthDurationType *, const SourceLocationReflection *const r) const
 
- Public Functions inherited from QPatternist::AtomicCasterLocator
virtual AtomicTypeVisitorResult::Ptr visit (const AnyAtomicType *, const SourceLocationReflection *const reflection) const
 
- Public Functions inherited from QPatternist::AtomicTypeVisitor
virtual ~AtomicTypeVisitor ()
 
- Public Functions inherited from QSharedData
 QSharedData ()
 Constructs a QSharedData object with a reference count of 0. More...
 
 QSharedData (const QSharedData &)
 Constructs a QSharedData object with reference count 0. More...
 

Additional Inherited Members

- Public Types inherited from QPatternist::AtomicCasterLocator
typedef QExplicitlySharedDataPointer< AtomicCasterLocatorPtr
 
- Public Types inherited from QPatternist::AtomicTypeVisitor
typedef QExplicitlySharedDataPointer< AtomicTypeVisitorPtr
 
- Public Variables inherited from QSharedData
QAtomicInt ref
 

Detailed Description

template<TypeOfDerivedString type>
class QPatternist::ToDerivedStringCasterLocator< type >

Author
Frans Englich frans.nosp@m..eng.nosp@m.lich@.nosp@m.noki.nosp@m.a.com

Definition at line 708 of file qatomiccasterlocators_p.h.

Functions

◆ visit() [1/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const BooleanType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 713 of file qatomiccasterlocators_p.h.

715  {
716  Q_UNUSED(r);
717  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
718  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [2/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const StringType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 720 of file qatomiccasterlocators_p.h.

722  {
723  Q_UNUSED(r);
724  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
725  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [3/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const AnyURIType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 727 of file qatomiccasterlocators_p.h.

729  {
730  Q_UNUSED(r);
731  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
732  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [4/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const UntypedAtomicType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 734 of file qatomiccasterlocators_p.h.

736  {
737  Q_UNUSED(r);
738  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
739  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [5/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const DerivedStringType< TypeNormalizedString > *  ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Definition at line 742 of file qatomiccasterlocators_p.h.

744  {
745  Q_UNUSED(r);
746  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
747  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [6/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const DerivedStringType< TypeToken > *  ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Definition at line 749 of file qatomiccasterlocators_p.h.

751  {
752  Q_UNUSED(r);
753  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
754  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [7/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const DerivedStringType< TypeLanguage > *  ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Definition at line 756 of file qatomiccasterlocators_p.h.

758  {
759  Q_UNUSED(r);
760  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
761  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [8/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const DerivedStringType< TypeNMTOKEN > *  ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Definition at line 763 of file qatomiccasterlocators_p.h.

765  {
766  Q_UNUSED(r);
767  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
768  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [9/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const DerivedStringType< TypeName > *  ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Definition at line 770 of file qatomiccasterlocators_p.h.

772  {
773  Q_UNUSED(r);
774  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
775  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [10/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const DerivedStringType< TypeNCName > *  ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Definition at line 777 of file qatomiccasterlocators_p.h.

779  {
780  Q_UNUSED(r);
781  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
782  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [11/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const DerivedStringType< TypeID > *  ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Definition at line 784 of file qatomiccasterlocators_p.h.

786  {
787  Q_UNUSED(r);
788  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
789  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [12/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const DerivedStringType< TypeIDREF > *  ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Definition at line 791 of file qatomiccasterlocators_p.h.

793  {
794  Q_UNUSED(r);
795  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
796  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [13/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const DerivedStringType< TypeENTITY > *  ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Definition at line 798 of file qatomiccasterlocators_p.h.

800  {
801  Q_UNUSED(r);
802  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
803  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [14/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const DateTimeType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 805 of file qatomiccasterlocators_p.h.

807  {
808  Q_UNUSED(r);
809  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
810  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [15/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const DateType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 812 of file qatomiccasterlocators_p.h.

814  {
815  Q_UNUSED(r);
816  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
817  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [16/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const SchemaTimeType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 819 of file qatomiccasterlocators_p.h.

821  {
822  Q_UNUSED(r);
823  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
824  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [17/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const FloatType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 826 of file qatomiccasterlocators_p.h.

828  {
829  Q_UNUSED(r);
830  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
831  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [18/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const DoubleType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 833 of file qatomiccasterlocators_p.h.

835  {
836  Q_UNUSED(r);
837  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
838  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [19/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const DecimalType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 840 of file qatomiccasterlocators_p.h.

842  {
843  Q_UNUSED(r);
844  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
845  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [20/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const IntegerType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 847 of file qatomiccasterlocators_p.h.

849  {
850  Q_UNUSED(r);
851  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
852  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [21/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const DurationType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 854 of file qatomiccasterlocators_p.h.

856  {
857  Q_UNUSED(r);
858  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
859  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [22/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const GYearMonthType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 861 of file qatomiccasterlocators_p.h.

863  {
864  Q_UNUSED(r);
865  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
866  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [23/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const GYearType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 868 of file qatomiccasterlocators_p.h.

870  {
871  Q_UNUSED(r);
872  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
873  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [24/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const GMonthDayType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 875 of file qatomiccasterlocators_p.h.

877  {
878  Q_UNUSED(r);
879  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
880  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [25/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const GDayType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 882 of file qatomiccasterlocators_p.h.

884  {
885  Q_UNUSED(r);
886  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
887  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [26/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const GMonthType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 889 of file qatomiccasterlocators_p.h.

891  {
892  Q_UNUSED(r);
893  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
894  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ visit() [27/27]

template<TypeOfDerivedString type>
virtual AtomicTypeVisitorResult::Ptr QPatternist::ToDerivedStringCasterLocator< type >::visit ( const QNameType ,
const SourceLocationReflection *const  r 
) const
inlinevirtual

Reimplemented from QPatternist::ToStringCasterLocator.

Definition at line 896 of file qatomiccasterlocators_p.h.

898  {
899  Q_UNUSED(r);
900  return AtomicTypeVisitorResult::Ptr(new AnyToDerivedStringCaster<type>());
901  }
QExplicitlySharedDataPointer< AtomicTypeVisitorResult > Ptr
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

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