Open 3D Engine AzTest API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Test::IFunctionHandle Struct Referenceabstract

Handle to a function within the module/shared library. More...

#include <Platform.h>

Public Member Functions

virtual bool IsValid ()=0
 Is the function handle valid (was it found inside the module correctly)?
 
virtual int operator() (int argc, char **argv)=0
 call as a "main" function
 
virtual int operator() ()=0
 call as simple function
 

Detailed Description

Handle to a function within the module/shared library.


The documentation for this struct was generated from the following file: