Version: 9.15.0
YACS::ENGINE::convertToYacsArray< IMPLIN, TIN, TIN2, IMPLOUT, TOUT > Struct Template Reference

Static Public Member Functions

static void convert (const TypeCode *t, TIN o, TIN2 aux, std::vector< TOUT > &v)
 

Detailed Description

template<ImplType IMPLIN, class TIN, class TIN2, ImplType IMPLOUT, class TOUT>
struct YACS::ENGINE::convertToYacsArray< IMPLIN, TIN, TIN2, IMPLOUT, TOUT >

Definition at line 456 of file TypeConversions.cxx.

Member Function Documentation

◆ convert()

template<ImplType IMPLIN, class TIN , class TIN2 , ImplType IMPLOUT, class TOUT >
static void YACS::ENGINE::convertToYacsArray< IMPLIN, TIN, TIN2, IMPLOUT, TOUT >::convert ( const TypeCode t,
TIN  o,
TIN2  aux,
std::vector< TOUT > &  v 
)
inlinestatic

Definition at line 458 of file TypeConversions.cxx.

459  {
460  stringstream msg;
461  msg << "Conversion not implemented: kind= " << t->kind() << " Implementation: " << IMPLIN << " to: " << IMPLOUT;
462  msg << " : " << __FILE__ << ":" << __LINE__;
463  throw YACS::ENGINE::ConversionException(msg.str());
464  }

References gui.Appli::t.


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