1 #ifndef QMF_SCHEMA_ID_H
2 #define QMF_SCHEMA_ID_H
24 #if !defined(QMF_USE_DEPRECATED_API) && !defined(qmf2_EXPORTS) && !defined(SWIG)
25 # error "The API defined in this file has been DEPRECATED and will be removed in the future."
26 # error "Define 'QMF_USE_DEPRECATED_API' to enable continued use of the API."
38 template <
class>
class PrivateImplRef;
47 QMF_EXTERN SchemaId& operator=(
const SchemaId&);
50 QMF_EXTERN SchemaId(
int,
const std::string&,
const std::string&);
53 QMF_EXTERN const std::string& getPackageName()
const;
60 friend struct SchemaIdImplAccess;
A handle is like a pointer: refers to an underlying implementation object.