Fove SDK  v1.3.1
Public Member Functions | List of all members
Fove::Object< CType > Class Template Reference

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...
 

Detailed Description

template<typename CType>
class Fove::Object< CType >

Base class for classes in the FOVE C++ API.

Member Function Documentation

◆ isValid()

template<typename CType >
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.