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

Static Public Member Functions

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

Detailed Description

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

Definition at line 516 of file TypeConversions.cxx.

Member Function Documentation

◆ convert()

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

Definition at line 518 of file TypeConversions.cxx.

519  {
520  stringstream msg;
521  msg << "Conversion not implemented: kind= " << t->kind() << " Implementation: " << IMPLOUT;
522  msg << " : " << __FILE__ << ":" << __LINE__;
523  throw YACS::ENGINE::ConversionException(msg.str());
524  }

References gui.Appli::t.


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