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

Static Public Member Functions

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

Detailed Description

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

Definition at line 494 of file TypeConversions.cxx.

Member Function Documentation

◆ convert()

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

Definition at line 496 of file TypeConversions.cxx.

497  {
498  stringstream msg;
499  msg << "Conversion not implemented: kind= " << t->kind() << " Implementation: " << IMPLOUT;
500  msg << " : " << __FILE__ << ":" << __LINE__;
501  throw YACS::ENGINE::ConversionException(msg.str());
502  }

References gui.Appli::t.


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