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

Basic convertor from Yacs<TOUT> type to full TOUT type. More...

Static Public Member Functions

static TOUT convert (const TypeCode *t, double o)
 

Detailed Description

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

Basic convertor from Yacs<TOUT> type to full TOUT type.

Definition at line 483 of file TypeConversions.cxx.

Member Function Documentation

◆ convert()

template<ImplType IMPLOUT, class TOUT >
static TOUT YACS::ENGINE::convertFromYacsDouble< IMPLOUT, TOUT >::convert ( const TypeCode t,
double  o 
)
inlinestatic

Definition at line 485 of file TypeConversions.cxx.

486  {
487  stringstream msg;
488  msg << "Conversion not implemented: kind= " << t->kind() << " Implementation: " << IMPLOUT;
489  msg << " : " << __FILE__ << ":" << __LINE__;
490  throw YACS::ENGINE::ConversionException(msg.str());
491  }

References gui.Appli::t.


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