diff options
Diffstat (limited to 'include/VBox/com/array.h')
| -rw-r--r-- | include/VBox/com/array.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/VBox/com/array.h b/include/VBox/com/array.h index 755e5155e..128d32233 100644 --- a/include/VBox/com/array.h +++ b/include/VBox/com/array.h @@ -711,6 +711,11 @@ public: bool isNull() const { return m.arr == NULL; } /** + * Returns @c true if this instance does not represents a null array. + */ + bool isNotNull() const { return m.arr != NULL; } + + /** * Resets this instance to null and, if this instance is not a weak one, * releases any resources occupied by the array data. * |
