GATE
wrappers.hpp File Reference

Wrappers and smart pointer objects. More...

#include "gate/gate_core_api.hpp"
#include "gate/wrappers.h"
#include "gate/gatetypes.hpp"
#include "gate/results.hpp"
#include "gate/exceptions.hpp"
#include "gate/memalloc.hpp"
#include "gate/delegates.hpp"
#include <typeinfo>

Classes

class  gate::Ptr< T >
 
class  gate::Optional< T >
 
class  gate::Expected< T, E >
 
class  gate::WrapperBase
 
class  gate::Wrapper< T >
 
class  gate::Ref< T >
 
class  gate::Variant
 
struct  gate::VariantNoneArg< N >
 
class  gate::VariantType< T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 >
 
class  gate::VariantFactory< T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 >
 

Detailed Description

Wrappers and smart pointer objects.