51 #include <QSharedPointer> 71 typedef QSharedPointer<FiffId>
SPtr;
99 static FiffId new_file_id();
112 static bool get_machid(
int *fixed_id);
118 static FiffId& getDefault();
133 inline bool isEmpty()
const;
141 inline static qint32 storageSize();
147 QString toMachidString()
const;
149 friend bool operator== (
const FiffId &f1,
const FiffId &f2);
153 fiff_int_t machid[2];
177 return this->version <= 0;
189 inline bool operator== (
const FiffId &a,
const FiffId &b)
Old fiff_type declarations - replace them.
QSharedPointer< const FiffId > ConstSPtr
QSharedPointer< FiffId > SPtr
static qint32 storageSize()
Universially unique identifier.
#define FIFFSHARED_EXPORT
Fiff library export/import macros.