Version: 9.15.0
YACS::ENGINE::convertToYacsString< IMPLIN, TIN, TIN2, IMPLOUT, TOUT > Struct Template Reference

Static Public Member Functions

static std::string convert (const TypeCode *t, TIN o, TIN2 aux)
 

Detailed Description

template<ImplType IMPLIN, class TIN, class TIN2, ImplType IMPLOUT, class TOUT>
struct YACS::ENGINE::convertToYacsString< IMPLIN, TIN, TIN2, IMPLOUT, TOUT >

Definition at line 412 of file TypeConversions.cxx.

Member Function Documentation

◆ convert()

template<ImplType IMPLIN, class TIN , class TIN2 , ImplType IMPLOUT, class TOUT >
static std::string YACS::ENGINE::convertToYacsString< IMPLIN, TIN, TIN2, IMPLOUT, TOUT >::convert ( const TypeCode t,
TIN  o,
TIN2  aux 
)
inlinestatic

Definition at line 414 of file TypeConversions.cxx.

415  {
416  stringstream msg;
417  msg << "Conversion not implemented: kind= " << t->kind() << " Implementation: " << IMPLIN << " to: " << IMPLOUT;
418  msg << " : " << __FILE__ << ":" << __LINE__;
419  throw YACS::ENGINE::ConversionException(msg.str());
420  }

References gui.Appli::t.


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