IODA
Type_Provider.h File Reference

Frontend/backend bindings for the type system. More...

#include <initializer_list>
#include <typeindex>
#include <typeinfo>
#include "ioda/defs.h"
Include dependency graph for Type_Provider.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ioda::detail::Type_Provider
 Backends implement type providers in conjunction with Attributes, Has_Attributes, Variables and Has_Variables. The backend objects pass through their underlying logic to represent types. More...
 

Namespaces

 ioda
 
 ioda::detail
 

Enumerations

enum class  ioda::detail::PointerOwner { ioda::detail::Engine , ioda::detail::Caller }
 Who owns (and should free) pointers passed across the frontend / backend interface? More...
 

Detailed Description

Frontend/backend bindings for the type system.

Definition in file Type_Provider.h.