YAKL
Namespaces | Functions
YAKL_finalize.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 yakl
 

Functions

void yakl::finalize ()
 Finalize the YAKL runtime. More...
 
void yakl::register_finalize_callback (std::function< void()> callback)
 Add a host-only callback to be called just before YAKL finalizes. This is useful for ensuring allcoated global variables are always deallocated before YAKL finalization. More...
 

Detailed Description

YAKL finalization routine