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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp111 Nullable() : mIsNull(true) {}
113 : mIsNull(aIsNull), mValue(aValue) {}
115 bool isNull() const { return mIsNull; };
116 void setNull(bool aIsNull = true) { mIsNull = aIsNull; }
123 mIsNull = false;
129 bool mIsNull; member in class:Nullable

Completed in 43 milliseconds