Template:CMI Example CMI get output item list CXX

From CSDMS
  // Insert-Code-Here {edu.csdms.models.Child.CMI_get_output_item_list} (CMI_get_output_item_list method)
  //
  // This method has not been implemented
  //
  // DO-DELETE-WHEN-IMPLEMENTING exception.begin(edu.csdms.models.Child.CMI_get_output_item_list)
  ::sidl::NotImplementedException ex = ::sidl::NotImplementedException::_create();
  ex.setNote("This method has not been implemented");
  ex.add(__FILE__, __LINE__, "CMI_get_output_item_list");
  throw ex;
  // DO-DELETE-WHEN-IMPLEMENTING exception.end(edu.csdms.models.Child.CMI_get_output_item_list)