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

/vbox/src/VBox/Main/include/
H A DVirtualBoxBase.h816 class Shareable class
820 Shareable() : mData(NULL), mIsShared(FALSE) {} function in class:Shareable
821 ~Shareable() { free(); }
844 void attach(Shareable &d) {
865 void share(const Shareable &d) { share(d.mData); }
873 void attachCopy(const Shareable &d) {
905 * Simple template that enhances Shareable<> and supports data
910 class Backupable : public Shareable<D>
914 Backupable() : Shareable<D>(), mBackupData(NULL) {}
920 Shareable<
[all...]

Completed in 45 milliseconds