Version: 9.15.0
YACS::ENGINE::convertFromYacsStruct< IMPLOUT, TOUT > Struct Template Reference

Static Public Member Functions

static TOUT convert (const TypeCode *t, std::map< std::string, TOUT > &v)
 

Detailed Description

template<ImplType IMPLOUT, class TOUT>
struct YACS::ENGINE::convertFromYacsStruct< IMPLOUT, TOUT >

Definition at line 560 of file TypeConversions.cxx.

Member Function Documentation

◆ convert()

template<ImplType IMPLOUT, class TOUT >
static TOUT YACS::ENGINE::convertFromYacsStruct< IMPLOUT, TOUT >::convert ( const TypeCode t,
std::map< std::string, TOUT > &  v 
)
inlinestatic

Definition at line 562 of file TypeConversions.cxx.

563  {
564  stringstream msg;
565  msg << "Conversion not implemented: kind= " << t->kind() << " Implementation: " << IMPLOUT;
566  msg << " : " << __FILE__ << ":" << __LINE__;
567  throw YACS::ENGINE::ConversionException(msg.str());
568  }

References gui.Appli::t.


The documentation for this struct was generated from the following file: