Searched defs:NoDiffsCache (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMedium.h37 struct NoDiffsCache struct
40 NoDiffsCache() : isSet(false), state(KMediumState_NotCreated) {} function in struct:NoDiffsCache
43 NoDiffsCache& operator=(const NoDiffsCache &other)
247 const NoDiffsCache& cache() const { return m_noDiffs; }
346 NoDiffsCache m_noDiffs;

Completed in 80 milliseconds