Version: 9.16.0
YACS::ENGINE::convertToYacsSequence< 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::convertToYacsSequence< IMPLIN, TIN, TIN2, IMPLOUT, TOUT >

Definition at line 445 of file TypeConversions.cxx.

Member Function Documentation

◆ convert()

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

Definition at line 447 of file TypeConversions.cxx.

448 {
449 stringstream msg;
450 msg << "Conversion not implemented: kind= " << t->kind() << " Implementation: " << IMPLIN << " to: " << IMPLOUT;
451 msg << " : " << __FILE__ << ":" << __LINE__;
452 throw YACS::ENGINE::ConversionException(msg.str());
453 }

References gui.Appli::t.

Referenced by YACS::ENGINE::convertSequence().


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