AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
Proxy.hpp File Reference

This file contains the class definition of Inlet's Proxy class. More...

#include <type_traits>
#include <utility>
#include "axom/inlet/Field.hpp"
#include "axom/inlet/Container.hpp"

Classes

struct  axom::inlet::detail::has_ProxyFromInlet_specialization< T, SFINAE >
 
struct  axom::inlet::detail::has_ProxyFromInlet_specialization< T, typename std::enable_if< std::is_same< T, decltype(std::declval< FromInlet< T > & >()(std::declval< const Proxy & >()))>::value >::type >
 
class  axom::inlet::Proxy
 Provides a uniform interface for access and conversion to primitive and user-defined types. More...
 

Namespaces

 axom
 
 axom::inlet
 
 axom::inlet::detail
 

Detailed Description

This file contains the class definition of Inlet's Proxy class.