Minsky
minsky_epilogue.h File Reference
#include "dimension.h"
#include <ecolab_epilogue.h>
Include dependency graph for minsky_epilogue.h:

Go to the source code of this file.

Classes

struct  classdesc_access::access_RESTProcess< T, E >
 
struct  classdesc_access::access_RESTProcess< civita::any, void >
 

Namespaces

 classdesc
 
 classdesc_access
 

Macros

#define CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION(type)
 

Macro Definition Documentation

◆ CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION

#define CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION (   type)
Value:
namespace classdesc_access \
{ \
template void access_json_pack<type>::operator()(classdesc::json_pack_t&,const std::string&,type&); \
template void access_json_unpack<type>::operator()(classdesc::json_pack_t&,const std::string&,type&); \
template void access_RESTProcess<type>::operator()(classdesc::RESTProcess_t&,const std::string&,type&); \
template void access_RESTProcess<type>::operator()(classdesc::RESTProcess_t&,const std::string&,const type&); \
}
void operator()(classdesc::RESTProcess_t &targ, const classdesc::string &desc, U &arg)

Definition at line 223 of file minsky_epilogue.h.