Version: 9.16.0
YACS::ENGINE::convertFromYacsSequence< IMPLOUT, TOUT > Struct Template Reference

Static Public Member Functions

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

Detailed Description

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

Definition at line 538 of file TypeConversions.cxx.

Member Function Documentation

◆ convert()

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

Definition at line 540 of file TypeConversions.cxx.

541 {
542 stringstream msg;
543 msg << "Conversion not implemented: kind= " << t->kind() << " Implementation: " << IMPLOUT;
544 msg << " : " << __FILE__ << ":" << __LINE__;
545 throw YACS::ENGINE::ConversionException(msg.str());
546 }

References gui.Appli::t.

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


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