![]() |
Fove SDK
v1.2.0
|
Base class for classes in the FOVE C++ API. More...
#include <FoveAPI.h>
Public Member Functions | |
| CType * | getCObject () const |
| Returns the underlying C type which the caller can use to invoke the C API directly, or null if not valid. | |
| bool | isValid () const |
| Returns true if this object is non-empty. More... | |
Base class for classes in the FOVE C++ API.
| bool Fove::Object< CType >::isValid | ( | ) | const |
Returns true if this object is non-empty.
An object may be empty if it's contained data was moved to another variable.
1.8.17