Version: 9.15.0
YACS::ENGINE::convertFromYacsArray< 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::convertFromYacsArray< IMPLOUT, TOUT >

Definition at line 549 of file TypeConversions.cxx.

Member Function Documentation

◆ convert()

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

Definition at line 551 of file TypeConversions.cxx.

552  {
553  stringstream msg;
554  msg << "Conversion not implemented: kind= " << t->kind() << " Implementation: " << IMPLOUT;
555  msg << " : " << __FILE__ << ":" << __LINE__;
556  throw YACS::ENGINE::ConversionException(msg.str());
557  }

References gui.Appli::t.


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